summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2020-12-23 15:35:21 -0500
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2020-12-23 15:58:59 -0500
commit350121f8e0330880c3f6a72fcd2836b9f7b3e799 (patch)
tree417c201f7f7c09bb3207eedfc35522b95a5ab91d
parentf591104f5e707985f0297ee2edd7fdc1f72e341f (diff)
downloadpython-cinderclient-350121f8e0330880c3f6a72fcd2836b9f7b3e799.tar.gz
Adjust requirements and lower-constraints7.0.1
Conservative changes to get the l-c job passing with the new pip resolver. Big changes: - tempest 17.1.0 -> 24.0.0 (u-c allows 24.0.0) * for dulwich - urllib3 1.21.1 -> 1.24.1 (u-c allows 1.25.8) * for tempest - oslo.concurrency 3.25.0 -> 3.26.0 (u-c allows 4.3.1) * for tempest - mccabe 0.2.1 -> 0.6.0 * for flake8 Also added dulwich to test-requirements to narrow down versions considered by the resolver. Change-Id: I773943b62c8679bf829b09af903e810e2673379b
-rw-r--r--lower-constraints.txt9
-rw-r--r--test-requirements.txt6
2 files changed, 10 insertions, 5 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 4229b9b..291654a 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -7,6 +7,7 @@ coverage==4.0
cryptography==2.1
ddt==1.0.1
debtcollector==1.2.0
+dulwich==0.19.15
extras==1.0.0
fasteners==0.7.0
fixtures==3.0.0
@@ -16,14 +17,14 @@ iso8601==0.1.11
jsonschema==2.6.0
keystoneauth1==3.4.0
linecache2==1.0.0
-mccabe==0.2.1
+mccabe==0.6.0
mock==2.0.0
monotonic==0.6
msgpack-python==0.4.0
netaddr==0.7.18
netifaces==0.10.4
os-testr==1.0.0
-oslo.concurrency==3.25.0
+oslo.concurrency==3.26.0
oslo.config==5.2.0
oslo.context==2.19.2
oslo.i18n==3.15.3
@@ -51,10 +52,10 @@ simplejson==3.5.1
six==1.10.0
stestr==1.0.0
stevedore==1.20.0
-tempest==17.1.0
+tempest==24.0.0
testrepository==0.0.18
testtools==2.2.0
traceback2==1.4.0
unittest2==1.1.0
-urllib3==1.21.1
+urllib3==1.24.1
wrapt==1.7.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a9ed4bc..3371673 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,7 +10,11 @@ fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
reno>=2.5.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
-tempest>=17.1.0 # Apache-2.0
+tempest>=24.0.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
+#
+# these indirect dependencies are added to narrow down the range
+# considered by the pip resolver
+dulwich>=0.19.15