diff --git a/requirements.txt b/requirements.txt index ed8d1a988d..7846268039 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ netaddr!=0.7.16,>=0.7.13 # BSD PrettyTable<0.8,>=0.7.1 # BSD pycrypto>=2.6 # Public Domain python-memcached>=1.56 # PSF -PyYAML>=3.10.0 # MIT +PyYAML>=3.10 # MIT urllib3>=1.21.1 # MIT virtualenv>=13.1.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 78145f71ce..025c108328 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ coverage!=4.4,>=4.0 # Apache-2.0 flake8<2.6.0,>=2.5.4 # MIT hacking<0.11,>=0.10.0 mccabe==0.2.1 # MIT License -mock>=2.0 # BSD +mock>=2.0.0 # BSD pep8==1.5.7 # MIT pyflakes==0.8.1 # MIT virtualenv>=13.1.0 # MIT @@ -15,5 +15,5 @@ virtualenv>=13.1.0 # MIT sphinx>=1.6.2 # BSD openstackdocstheme>=1.16.0 # Apache-2.0 doc8 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 sphinxmark>=0.1.14 # Apache-2.0