Skip to content

Commit 6b35214

Browse files
committed
complement previous commit
1 parent 352fc5e commit 6b35214

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

services/apihub/tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ openapi_spec_validator
55
pytest~=3.6
66
pytest-cov~=2.5
77
pytest-docker~=0.6
8-
requests~=2.18
8+
requests==2.20.1
99
requests-html~=0.9
1010
openapi_core

services/director/requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Please keep alphabetical order
33
aiohttp==3.3.2
44
docker==3.5.0
5-
requests==2.20.0
5+
requests==2.20.1
66
tenacity==4.12.0

services/storage/requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ passlib==1.7.1
1515
# See http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
1616
psycopg2-binary==2.7.5
1717
python-socketio==1.9.0
18-
requests==2.20.0
18+
requests==2.20.1
1919
sqlalchemy==1.2.9
2020
tenacity==4.12.0
2121
trafaret-config==2.0.1

services/web/server/requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ minio==4.0.0
1717
networkx==2.1
1818
passlib==1.7.1
1919
python-socketio==1.9.0
20-
requests==2.20.0
20+
requests==2.20.1
2121
sqlalchemy==1.2.9
2222
tenacity==4.12.0
2323
trafaret-config==2.0.1

0 commit comments

Comments
 (0)