summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-09-11 09:04:19 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-09-11 17:58:28 +0000
commit847479184c3b0808d3afbfbb28b134c040bb8850 (patch)
tree1ac88a95198b13f1da804ea58a9bc2c3a301004b
parent127eaf551d413c6d52e1fc3ee8b2e9132fe90f5c (diff)
downloadpython-ironicclient-847479184c3b0808d3afbfbb28b134c040bb8850.tar.gz
Fix l-c job
Bumping few lower constraints to pass it on Focal node. Change-Id: I8dd649c9ecc313590248cdc301c0a15edb63f409
-rw-r--r--lower-constraints.txt10
-rw-r--r--requirements.txt6
2 files changed, 8 insertions, 8 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 04fb723..aea6394 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,18 +1,18 @@
appdirs==1.3.0
asn1crypto==0.23.0
Babel==2.3.4
-cffi==1.7.0
+cffi==1.14.0
chardet==3.0.4
cliff==2.8.0
cmd2==0.8.0
coverage==4.0
-cryptography==2.1
+cryptography==2.7
ddt==1.0.1
debtcollector==1.2.0
decorator==3.4.0
doc8==0.6.0
docutils==0.11
-dogpile.cache==0.6.2
+dogpile.cache==0.8.0
extras==1.0.0
fasteners==0.7.0
fixtures==3.0.0
@@ -39,7 +39,7 @@ openstacksdk==0.18.0
os-client-config==1.28.0
os-service-types==1.2.0
os-testr==1.0.0
-osc-lib==1.10.0
+osc-lib==2.0.0
oslo.concurrency==3.26.0
oslo.config==5.2.0
oslo.context==2.19.2
@@ -71,7 +71,7 @@ python-novaclient==9.1.0
python-openstackclient==3.12.0
python-subunit==1.0.0
pytz==2013.6
-PyYAML==3.12
+PyYAML==3.13
requests==2.14.2
requests-mock==1.2.0
requestsexceptions==1.2.0
diff --git a/requirements.txt b/requirements.txt
index f359baa..3106792 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,12 +4,12 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
appdirs>=1.3.0 # MIT License
cliff!=2.9.0,>=2.8.0 # Apache-2.0
-dogpile.cache>=0.6.2 # BSD
+dogpile.cache>=0.8.0 # BSD
jsonschema>=3.2.0 # MIT
keystoneauth1>=3.4.0 # Apache-2.0
openstacksdk>=0.18.0 # Apache-2.0
-osc-lib>=1.10.0 # Apache-2.0
+osc-lib>=2.0.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
-PyYAML>=3.12 # MIT
+PyYAML>=3.13 # MIT
requests>=2.14.2 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0