Skip to content

Commit

Permalink
MAINT: bump requests to 2.20.0 (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
flongford committed May 30, 2022
1 parent ada647d commit bdae119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
setuptools==21.0
traitlets>=4.1
tornado==5.1.1
# Fix to 2.11.1 due to docker-py needs
requests==2.11.1
requests==2.20.0
docker==2.2
escapism==0.0.1
jupyterhub==0.9.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def write_version_py():
"setuptools>=21.0",
"traitlets>=4.1",
"tornado>=4.3",
"requests>=2.10.0",
"requests>=2.20.0",
"escapism>=0.0.1",
"jupyter_client>=4.3.0",
"click>=6.6",
Expand Down

0 comments on commit bdae119

Please sign in to comment.