summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorricolin <ricolin@ricolky.com>2021-06-18 13:32:00 +0800
committerRico Lin <ricolin@ricolky.com>2021-06-18 07:38:43 +0000
commiteff0d181f011799baa4aa9ba6ada269fab7b01ac (patch)
tree9c22eb6d82495e1421b45f8b3bf4d97276530dc3
parentcc2014fec10158c4d6f53014da63be8ece12ebc2 (diff)
downloadpython-heatclient-eff0d181f011799baa4aa9ba6ada269fab7b01ac.tar.gz
fix lower constraint job
Also fix PrettyTable requirement Change-Id: Ib16d87a2d068a1dabdeb8470a5473c0882fbea4e
-rw-r--r--lower-constraints.txt11
-rw-r--r--requirements.txt4
2 files changed, 7 insertions, 8 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 93c563a..c6ff3bf 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -16,9 +16,8 @@ dulwich==0.15.0
extras==1.0.0
fasteners==0.7.0
fixtures==3.0.0
-flake8==2.5.5
+flake8==3.7.0
future==0.16.0
-hacking==0.12.0
idna==2.6
imagesize==0.7.1
iso8601==0.1.11
@@ -27,16 +26,16 @@ jmespath==0.9.0
jsonpatch==1.16
jsonpointer==1.13
jsonschema==2.6.0
-keystoneauth1==3.4.0
+keystoneauth1==3.8.0
linecache2==1.0.0
MarkupSafe==1.0
-mccabe==0.2.1
+mccabe==0.6.0
monotonic==0.6
msgpack-python==0.4.0
munch==2.1.0
netaddr==0.7.18
netifaces==0.10.4
-openstacksdk==0.11.2
+openstacksdk==0.15.0
os-client-config==1.28.0
os-service-types==1.2.0
os-testr==1.0.0
@@ -55,7 +54,7 @@ positional==1.2.1
prettytable==0.7.2
pyasn1==0.1.8
pycparser==2.18
-pyflakes==0.8.1
+pyflakes==2.1.0
Pygments==2.2.0
pyinotify==0.9.6
pyOpenSSL==17.1.0
diff --git a/requirements.txt b/requirements.txt
index b5a0c75..3874e36 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,11 +7,11 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
cliff!=2.9.0,>=2.8.0 # Apache-2.0
iso8601>=0.1.11 # MIT
osc-lib>=1.14.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.2 # BSD
+PrettyTable>=0.7.2 # BSD
oslo.i18n>=3.15.3 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
-keystoneauth1>=3.4.0 # Apache-2.0
+keystoneauth1>=3.8.0 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0
PyYAML>=3.13 # MIT
requests>=2.14.2 # Apache-2.0