Skip to content

Commit

Permalink
fix: issue originating from snyk with requests and urllib (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottmurray authored Jul 31, 2021
1 parent 903371b commit 0089937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ pydocstyle==4.0.1
tox==3.14.0
pytest==5.4.1
pytest-cov==2.11.1
requests==2.26
tox-travis==0.8
urllib3>=1.26.5
wheel==0.24.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def read(filename):
'requests>=2.5.0',
'six>=1.9.0',
'fastapi==0.67.0',
'urllib3>=1.26.5',
'uvicorn==0.14.0'
]

Expand Down

0 comments on commit 0089937

Please sign in to comment.