summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Fainberg <morgan.fainberg@gmail.com>2018-06-03 00:05:54 -0700
committerMorgan Fainberg <morgan.fainberg@gmail.com>2018-06-03 00:24:48 -0700
commitbd10ae04a1e54be2c3817e6bdd5323d1fc59e99a (patch)
tree44d70806655f2df3ac992b8e017163cf30b5253f
parent65d92ce07eb52cbe765c5971915ff54ea4dd66bb (diff)
downloadoslo-serialization-bd10ae04a1e54be2c3817e6bdd5323d1fc59e99a.tar.gz
Unblock requirements changes2.26.0
Add ipaddress===1.0.17 to unblock updates of requirements. Update requirements.txt for msgpack to be 0.5.1 matching lower-constraints.txt Change-Id: I94e0dd9dc54822a6fa8daf6d2dce1f203451cb22
-rw-r--r--lower-constraints.txt1
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index db8fb41..4791fab 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -9,6 +9,7 @@ flake8==2.5.5
gitdb==0.6.4
GitPython==1.0.1
hacking==0.12.0
+ipaddress===1.0.17
iso8601==0.1.11
keystoneauth1==3.4.0
linecache2==1.0.0
diff --git a/requirements.txt b/requirements.txt
index 9ec4188..25e2a76 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,6 +9,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.10.0 # MIT
-msgpack>=0.4.0 # Apache-2.0
+msgpack>=0.5.1 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
pytz>=2013.6 # MIT