summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2020-12-18 11:11:40 +0000
committerErno Kuvaja <jokke@usr.fi>2020-12-18 11:11:40 +0000
commitd05024afc3bed9deca1acc49f4a8d6faf14b0545 (patch)
treed6ebdaecd6ad9f275388de28c25d4f8a410a4af2
parenta34419aecdf3db58426fe8fb7e1849ebdff6a5f1 (diff)
downloadglance_store-d05024afc3bed9deca1acc49f4a8d6faf14b0545.tar.gz
Fix lower_constraints and requirements
Change-Id: I6c232e80ed5975e156f6ddf34e9a8944ac35f2d6
-rw-r--r--lower-constraints.txt14
-rw-r--r--requirements.txt2
2 files changed, 12 insertions, 4 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 5b478d2..e1be785 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,6 +1,9 @@
alabaster==0.7.10
appdirs==1.4.3
+attrs==17.4.0
+Babel==2.3.4
boto3==1.9.199
+botocore==1.12.253
certifi==2018.1.18
chardet==3.0.4
cliff==2.11.0
@@ -15,6 +18,7 @@ eventlet==0.18.2
extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0
+flake8==3.7.9
future==0.16.0
gitdb2==2.0.3
GitPython==2.1.8
@@ -24,11 +28,12 @@ idna==2.6
imagesize==1.0.0
iso8601==0.1.12
Jinja2==2.10
+jmespath==0.7.1
jsonschema==3.2.0
keystoneauth1==3.4.0
linecache2==1.0.0
MarkupSafe==1.0
-mccabe==0.2.1
+mccabe==0.6.0
mock==2.0.0
monotonic==1.4
mox3==0.25.0
@@ -37,16 +42,19 @@ netaddr==0.7.19
netifaces==0.10.6
os-brick==2.6.0
os-client-config==1.29.0
+os-win==4.0.1
oslo.concurrency==3.26.0
oslo.config==5.2.0
+oslo.context==2.22.0
oslo.i18n==3.15.3
+oslo.log==3.36.0
oslo.privsep==1.23.0
oslo.rootwrap==5.8.0
oslo.serialization==2.18.0
+oslo.service==1.41.1
oslotest==3.2.0
oslo.utils==4.7.0
oslo.vmware==2.17.0
-packaging==17.1
Parsley==1.3
pbr==3.1.1
prettytable==0.7.2
@@ -65,7 +73,7 @@ requestsexceptions==1.4.0
requests-mock==1.2.0
restructuredtext-lint==1.1.3
rfc3986==1.1.0
-six==1.10.0
+six==1.11.0
smmap2==2.0.3
snowballstemmer==1.2.1
stestr==2.0.0
diff --git a/requirements.txt b/requirements.txt
index ff68486..f14c59a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ oslo.utils>=4.7.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
-six>=1.10.0 # MIT
+six>=1.11.0 # MIT
jsonschema>=3.2.0 # MIT
keystoneauth1>=3.4.0 # Apache-2.0