diff --git a/requirements.txt b/requirements.txt index 8956cf87aa..00df1bae3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Babel>=1.3 # BSD croniter>=0.3.4 # MIT License cryptography>=1.0 # BSD/Apache-2.0 debtcollector>=1.2.0 # Apache-2.0 -eventlet!=0.18.0,>=0.17.4 # MIT +eventlet>=0.18.2 # MIT greenlet>=0.3.2 # MIT keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 lxml>=2.3 # BSD @@ -26,7 +26,7 @@ oslo.reports>=0.6.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.service>=1.0.0 # Apache-2.0 oslo.utils>=3.4.0 # Apache-2.0 -osprofiler!=1.0.0,>=0.4.0 # Apache-2.0 +osprofiler>=1.0.1 # Apache-2.0 oslo.versionedobjects>=1.4.0 # Apache-2.0 PasteDeploy>=1.5.0 # MIT pycrypto>=2.6 # Public Domain diff --git a/test-requirements.txt b/test-requirements.txt index 1fc566bd21..aab6a96b74 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,12 +7,12 @@ hacking<0.11,>=0.10.0 bandit>=0.17.3 # Apache-2.0 coverage>=3.6 # Apache-2.0 kombu>=3.0.7 # BSD -mock>=1.2 # BSD +mock>=1.2;python_version<'3.3' # BSD mox3>=0.7.0 # Apache-2.0 PyMySQL>=0.6.2 # MIT License oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -paramiko>=1.13.0 # LGPL +paramiko>=1.16.0 # LGPL qpid-python;python_version=='2.7' # Apache-2.0 psycopg2>=2.5 # LGPL/ZPL sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD