summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Bishop <abishop@redhat.com>2020-12-10 12:41:40 -0800
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2020-12-23 08:01:06 -0500
commit1abc1b5d404c523a696f7186bc4c4b6fc7407cad (patch)
treead886a56ec850be63787df374acd10e3bfa1a17e
parentd92f15a09e59942bb60b7ef3a81c1e21dc16b578 (diff)
downloadpython-cinderclient-1abc1b5d404c523a696f7186bc4c4b6fc7407cad.tar.gz
Update requirements and lower-constraints7.3.0
Sync the versions with cinder's, which were recently updated by I42af21b1c4247d04d479f1fc1ecd6f9baac0cfc9. Also increased the minimum version of tempest to the most recent release. Also added indirect dependencies to test-requirements.txt in order to limit the number of versions considered by the resolver. Change-Id: I7b4bc7b392b2192e0c832c4f0148546a5920b9e2
-rw-r--r--lower-constraints.txt96
-rw-r--r--requirements.txt16
-rw-r--r--test-requirements.txt23
3 files changed, 74 insertions, 61 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 1747798..d0c0ef7 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,58 +1,64 @@
asn1crypto==0.23.0
-cffi==1.14.0
-cliff==2.8.0
-cmd2==0.8.0
-coverage==4.0
-cryptography==2.7
-ddt==1.0.1
-debtcollector==1.2.0
-doc8==0.6.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
+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.7.0
+fasteners==0.14.1
fixtures==3.0.0
-future==0.16.0
-idna==2.6
-iso8601==0.1.11
-jsonschema==2.6.0
-keystoneauth1==3.4.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.2.1
+mccabe==0.6.0
monotonic==0.6
msgpack-python==0.4.0
-netaddr==0.7.18
-netifaces==0.10.4
-oslo.concurrency==3.25.0
-oslo.config==5.2.0
-oslo.context==2.19.2
-oslo.i18n==3.15.3
-oslo.log==3.36.0
-oslo.serialization==2.18.0
-oslo.utils==3.33.0
-paramiko==2.0.0
-pbr==2.0.0
-prettytable==0.7.1
-pyasn1==0.1.8
-pycparser==2.18
+netaddr==0.8.0
+netifaces==0.10.9
+oslo.concurrency==4.3.0
+oslo.config==8.3.2
+oslo.context==3.1.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
+pbr==5.5.0
+prettytable==0.7.2
+pyasn1==0.4.8
+pycparser==2.20
pyinotify==0.9.6
-pyparsing==2.1.0
-pyperclip==1.5.27
-python-dateutil==2.5.3
+pyparsing==2.4.7
+pyperclip==1.8.0
+python-dateutil==2.8.1
python-mimeparse==1.6.0
-python-subunit==1.0.0
-pytz==2013.6
-PyYAML==3.13
-reno==3.1.0
+python-subunit==1.4.0
+pytz==2020.1
+PyYAML==5.3.1
+reno==3.2.0
requests-mock==1.2.0
-requests==2.14.2
-rfc3986==0.3.1
+requests==2.23.0
+rfc3986==1.4.0
simplejson==3.5.1
-six==1.10.0
-stestr==1.0.0
-stevedore==1.20.0
-tempest==17.1.0
+six==1.15.0
+stestr==3.0.1
+stevedore==3.2.2
+tempest==26.0.0
testrepository==0.0.18
-testtools==2.2.0
+testtools==2.4.0
traceback2==1.4.0
unittest2==1.1.0
-urllib3==1.21.1
-wrapt==1.7.0
+urllib3==1.25.10
+wrapt==1.12.1
diff --git a/requirements.txt b/requirements.txt
index f6567f4..0514744 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,12 +1,12 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=3.4.0 # Apache-2.0
+pbr>=5.5.0 # Apache-2.0
+PrettyTable<0.8,>=0.7.2 # BSD
+keystoneauth1>=4.2.1 # Apache-2.0
simplejson>=3.5.1 # MIT
-six>=1.10.0 # MIT
-oslo.i18n>=3.15.3 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
-requests!=2.20.0,>=2.14.2 # Apache-2.0
-stevedore>=1.20.0 # Apache-2.0
+six>=1.15.0 # 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
diff --git a/test-requirements.txt b/test-requirements.txt
index 774f99a..29ab6b0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,13 +4,20 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=3.1.0,<3.2.0 # Apache-2.0
-coverage!=4.4,>=4.0 # Apache-2.0
-ddt>=1.0.1 # MIT
+docutils>=0.15.2
+coverage>=5.2.1 # Apache-2.0
+ddt>=1.4.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
-reno>=3.1.0 # Apache-2.0
+reno>=3.2.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
-tempest>=17.1.0 # Apache-2.0
-testtools>=2.2.0 # MIT
-stestr>=1.0.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-doc8>=0.6.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
+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