Skip to content

Commit

Permalink
Downgrade requests (skyportal#172)
Browse files Browse the repository at this point in the history
This PR downgrades requests to assess whether it makes any difference in recent PUT requests.
  • Loading branch information
mcoughlin authored Aug 18, 2022
1 parent 7e26213 commit b27b72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kowalski/requirements_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pymongo>=3.11.2
pytest>=6.1.2
pytest-aiohttp>=0.3.0
pyyaml>=5.3.1
requests==2.28.1
requests==2.25.1
sshtunnel>=0.4.0
supervisor>=4.2.1
uvloop==0.14.0
2 changes: 1 addition & 1 deletion kowalski/requirements_ingester.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pymongo==3.12.0
pytest==6.2.5
pytz==2021.1
pyyaml==5.4.1
requests==2.28.1
requests==2.25.1
slack_sdk==3.10.1
supervisor==4.2.2
tables==3.6.1
Expand Down

0 comments on commit b27b72c

Please sign in to comment.