diff --git a/setup.cfg b/setup.cfg index b856f27e..06cb522e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ oauth1 = oauthlib>=0.6 # BSD betamax = betamax>=0.7.0 # Apache-2.0 - fixtures<2.0,>=1.3.1 # Apache-2.0/BSD + fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD [entry_points] diff --git a/test-requirements.txt b/test-requirements.txt index b039ede4..740dca3d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,13 +8,13 @@ flake8-docstrings==0.2.1.post1 # MIT bandit>=1.0.1 # Apache-2.0 coverage>=3.6 # Apache-2.0 discover # BSD -fixtures<2.0,>=1.3.1 # Apache-2.0/BSD +fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD oslo.config>=3.9.0 # Apache-2.0 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -os-testr>=0.4.1 # Apache-2.0 +os-testr>=0.7.0 # Apache-2.0 betamax>=0.7.0 # Apache-2.0 pycrypto>=2.6 # Public Domain reno>=1.6.2 # Apache2