diff --git a/requirements.txt b/requirements.txt index f6cb091c..afffee14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,12 +9,12 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 six>=1.9.0 # MIT -funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0 +funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 iso8601>=0.1.11 # MIT -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 monotonic>=0.6 # Apache-2.0 pytz>=2013.6 # MIT -netaddr!=0.7.16,>=0.7.13 # BSD +netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT debtcollector>=1.2.0 # Apache-2.0 pyparsing>=2.1.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 6214267a..a5081bdd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -24,7 +24,7 @@ openstackdocstheme>=1.16.0 # Apache-2.0 mock>=2.0.0 # BSD # used for oslotest cross-testing scripts -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 # Bandit security code scanner bandit>=1.1.0 # Apache-2.0