diff --git a/requirements.txt b/requirements.txt index 4cc5ff3f1a..49711da17a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ psutil>=1.2.1 # BSD oslo.versionedobjects>=1.17.0 # Apache-2.0 os-brick>=1.8.0 # Apache-2.0 os-vif>=1.4.0 # Apache-2.0 -os-win>=1.3.0 # Apache-2.0 +os-win>=1.4.0 # Apache-2.0 castellan>=0.4.0 # Apache-2.0 microversion-parse>=0.1.2 # Apache-2.0 os-xenapi>=0.1.1 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index 195b2b150d..cb178a639e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -220,7 +220,7 @@ universal = 1 [extras] osprofiler = - osprofiler>=1.4.0 # Apache-2.0 + osprofiler>=1.4.0 # Apache-2.0 [pbr] # Treat sphinx warnings as errors during the docs build; this helps us keep diff --git a/test-requirements.txt b/test-requirements.txt index 4d607f133f..42e32b3116 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,11 +7,11 @@ coverage>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0 psycopg2>=2.5 # LGPL/ZPL PyMySQL>=0.7.6 # MIT License python-barbicanclient>=4.0.0 # Apache-2.0 -python-ironicclient>=1.9.0 # Apache-2.0 +python-ironicclient>=1.10.0 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD requests-mock>=1.1 # Apache-2.0 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD