From bd10ae04a1e54be2c3817e6bdd5323d1fc59e99a Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Sun, 3 Jun 2018 00:05:54 -0700 Subject: [PATCH] Unblock requirements changes 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 --- lower-constraints.txt | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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