diff --git a/requirements.txt b/requirements.txt index 6c0cd81a..c910fb90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ pbr>=3.1.1 # Apache-2.0 six>=1.11.0 # MIT PyYAML>=3.13 # MIT -ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 +ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPL v3.0 ansible-runner>=1.4.4 # Apache-2.0 cliff>=3.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ceccf64c..72a34333 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ hacking>=3.0,<3.1.0 # Apache-2.0 # remove this pyflakes from here once you bump the # hacking to 3.2.0 or above. hacking 3.2.0 takes # care of pyflakes version compatibilty. -pyflakes>=2.1.1 +pyflakes>=2.1.1 # MIT coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD