Skip to content

Commit

Permalink
complement previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 12, 2018
1 parent 352fc5e commit 6b35214
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/apihub/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ openapi_spec_validator
pytest~=3.6
pytest-cov~=2.5
pytest-docker~=0.6
requests~=2.18
requests==2.20.1
requests-html~=0.9
openapi_core
2 changes: 1 addition & 1 deletion services/director/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Please keep alphabetical order
aiohttp==3.3.2
docker==3.5.0
requests==2.20.0
requests==2.20.1
tenacity==4.12.0
2 changes: 1 addition & 1 deletion services/storage/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ passlib==1.7.1
# See http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
psycopg2-binary==2.7.5
python-socketio==1.9.0
requests==2.20.0
requests==2.20.1
sqlalchemy==1.2.9
tenacity==4.12.0
trafaret-config==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion services/web/server/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ minio==4.0.0
networkx==2.1
passlib==1.7.1
python-socketio==1.9.0
requests==2.20.0
requests==2.20.1
sqlalchemy==1.2.9
tenacity==4.12.0
trafaret-config==2.0.1
Expand Down

0 comments on commit 6b35214

Please sign in to comment.