diff --git a/test-requirements.txt b/test-requirements.txt index 47ac8da..dd5b5ab 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,11 +9,11 @@ pyflakes==0.8.1 # MIT flake8<2.6.0,>=2.5.4 # MIT coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT -six>=1.9.0 # MIT +six>=1.10.0 # MIT # this is required for the docs build jobs sphinx>=1.6.2 # BSD