diff --git a/requirements.txt b/requirements.txt index 144fc1df94..84164a1d74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,11 +20,11 @@ python-cinderclient>=3.3.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 python-designateclient>=2.7.0 # Apache-2.0 -python-neutronclient>=6.3.0 # Apache-2.0 +python-neutronclient>=6.7.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 iso8601>=0.1.11 # MIT jsonschema<3.0.0,>=2.6.0 # MIT -Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) +Jinja2>=2.10 # BSD License (3 clause) pexpect!=3.3,>=3.1 # ISC License oslo.config>=5.1.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 635916e62d..b1e898a940 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD os-api-ref>=1.4.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0