Fix version of requests in constraints

Change-Id: I5696e74e58ff3594a5c65e51c12652c2a3e62038
This commit is contained in:
Renat Akhmerov 2020-12-22 15:12:52 +07:00
parent b3f609d165
commit ef162b9efa
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Pygments==2.2.0
PyJWT==1.5
PyYAML==5.1
requests-mock==1.2.0
requests==2.14.2
requests==2.18.0
SQLAlchemy==1.2.5
stestr==2.0.0
stevedore==1.20.0

View File

@ -31,7 +31,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
pecan>=1.2.1 # BSD
PyJWT>=1.5 # MIT
PyYAML>=5.1 # MIT
requests>=2.14.2 # Apache-2.0
requests>=2.18.0 # Apache-2.0
tenacity>=5.0.1 # Apache-2.0
SQLAlchemy>=1.2.5 # MIT
stevedore>=1.20.0 # Apache-2.0