Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Crespo committed Nov 13, 2018
2 parents e71ed59 + ff0ac55 commit 0156ec8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .pyup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# autogenerated pyup.io config file
# see https://pyup.io/docs/configuration/ for all available options

schedule: every month
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
4 changes: 2 additions & 2 deletions 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.19.1
tenacity==4.12.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
python-socketio==1.9.0
requests==2.19.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.19.0
requests==2.20.1
sqlalchemy==1.2.9
tenacity==4.12.0
trafaret-config==2.0.1
Expand Down

0 comments on commit 0156ec8

Please sign in to comment.