summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-03-10 17:21:46 -0500
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-03-11 15:43:05 -0500
commita933a69e8757c651f5ee84eccb2d119c9d174f8f (patch)
tree7e5118b3517cabb208ba851ae742ae5e93ba3e81
parente87be61edbe97eec84e78b7fe075078df83520d4 (diff)
downloadpython-cinderclient-a933a69e8757c651f5ee84eccb2d119c9d174f8f.tar.gz
Update requirements for wallaby release
Updates requirements to what we're using now and revises the lower-constraints file to contain only direct dependencies. Change-Id: I1a3cc999b94dc6b6482b1ca44218b42ee2638a8c
-rw-r--r--doc/requirements.txt2
-rw-r--r--lower-constraints.txt62
-rw-r--r--requirements.txt8
-rw-r--r--test-requirements.txt16
4 files changed, 18 insertions, 70 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index dad0837..2eec3c6 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,5 +3,5 @@
# process, which may cause wedges in the gate later.
# These are needed for docs generation
openstackdocstheme>=2.2.1 # Apache-2.0
-reno>=3.1.0 # Apache-2.0
+reno>=3.2.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 947303a..5533a73 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,63 +1,19 @@
-asn1crypto==0.23.0
-attrs==20.3.0
-certifi==2020.6.20
-cffi==1.14.2
-chardet==3.0.4
-cliff==3.4.0
-cmd2==1.3.8
-colorama==0.4.4
-coverage==5.2.1
-cryptography==3.1
+coverage==5.5
ddt==1.4.1
-debtcollector==2.2.0
doc8==0.8.1
-docutils==0.15.2
-dulwich==0.20.6
-extras==1.0.0
-fasteners==0.14.1
+docutils==0.16
fixtures==3.0.0
-future==0.18.2
-idna==2.10
-iso8601==0.1.12
-jsonschema==3.2.0
-keystoneauth1==4.2.1
-linecache2==1.0.0
-mccabe==0.6.0
-monotonic==0.6
-msgpack-python==0.4.0
-netaddr==0.8.0
-netifaces==0.10.9
-oslo.concurrency==4.3.0
-oslo.config==8.3.2
-oslo.context==3.1.1
+keystoneauth1==4.3.1
oslo.i18n==5.0.1
-oslo.log==4.4.0
-oslo.serialization==4.0.1
-oslo.utils==4.7.0
-paramiko==2.7.2
+oslo.serialization==4.1.0
+oslo.utils==4.8.0
pbr==5.5.0
-prettytable==0.7.2
-pyasn1==0.4.8
-pycparser==2.20
-pyinotify==0.9.6
-pyparsing==2.4.7
-pyperclip==1.8.0
-python-dateutil==2.8.1
-python-mimeparse==1.6.0
-python-subunit==1.4.0
-pytz==2020.1
-PyYAML==5.3.1
+PrettyTable==0.7.2
reno==3.2.0
+requests==2.25.1
requests-mock==1.2.0
-requests==2.23.0
-rfc3986==1.4.0
simplejson==3.5.1
-stestr==3.0.1
-stevedore==3.2.2
+stestr==3.1.0
+stevedore==3.3.0
tempest==26.0.0
-testrepository==0.0.18
testtools==2.4.0
-traceback2==1.4.0
-unittest2==1.1.0
-urllib3==1.25.10
-wrapt==1.12.1
diff --git a/requirements.txt b/requirements.txt
index 1a5d13d..6f8e90b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,9 +3,9 @@
# process, which may cause wedges in the gate later.
pbr>=5.5.0 # Apache-2.0
PrettyTable>=0.7.2 # BSD
-keystoneauth1>=4.2.1 # Apache-2.0
+keystoneauth1>=4.3.1 # Apache-2.0
simplejson>=3.5.1 # MIT
oslo.i18n>=5.0.1 # Apache-2.0
-oslo.utils>=4.7.0 # Apache-2.0
-requests>=2.23.0 # Apache-2.0
-stevedore>=3.2.2 # Apache-2.0
+oslo.utils>=4.8.0 # Apache-2.0
+requests>=2.25.1 # Apache-2.0
+stevedore>=3.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 9e95002..e0d7c93 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,21 +5,13 @@
hacking>=4.0.0,<4.1.0 # Apache-2.0
flake8-import-order # LGPLv3
-
-docutils>=0.15.2
-coverage>=5.2.1 # Apache-2.0
+docutils>=0.16
+coverage>=5.5 # Apache-2.0
ddt>=1.4.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
-reno>=3.2.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
tempest>=26.0.0 # Apache-2.0
testtools>=2.4.0 # MIT
-stestr>=3.0.1 # Apache-2.0
-oslo.serialization>=4.0.1 # Apache-2.0
+stestr>=3.1.0 # Apache-2.0
+oslo.serialization>=4.1.0 # Apache-2.0
doc8>=0.8.1 # Apache-2.0
-#
-# These are here to enable the resolver to work faster.
-# They are not directly used by python-cinderclient.
-debtcollector>=2.2.0
-dulwich>=0.20.6
-mccabe>=0.6.0