diff --git a/global-requirements.txt b/global-requirements.txt index 25f430e79c..79cf4a3718 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -392,7 +392,7 @@ zake>=0.1.6 # Apache-2.0 # beyond this list would ever use a == flake8>=2.5.4,<2.6.0 # MIT flake8_docstrings==0.2.1.post1 # MIT -hacking>=0.11.0,<0.12 # Apache-2.0 +hacking>=0.11.0,<0.13 # Apache-2.0 mccabe==0.2.1 # MIT License pep257==0.7.0 # MIT License pep8==1.5.7 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 495706948d..f7c822ee2b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # NOTE: These are requirements for testing the requirements project only # See global-requirements for the actual requirements list -hacking<0.12,>=0.10 +hacking<0.13,>=0.10 testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT