Skip to content

Commit

Permalink
Merge pull request #308 from nat236919/dependabot/pip/urllib3-1.26.19
Browse files Browse the repository at this point in the history
Bump urllib3 from 1.26.6 to 1.26.19
  • Loading branch information
nat236919 authored Aug 20, 2024
2 parents e788d34 + 41685b5 commit 4d62248
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ six = "==1.16.0"
starlette = "==0.14.2"
toml = "==0.10.2"
typing-extensions = "==3.10.0.0"
urllib3 = "==1.26.6"
urllib3 = "==1.26.19"
uvicorn = "==0.14.0"

[requires]
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ pytest==6.2.4
python-dateutil==2.8.2
pytz==2021.1
requests==2.31.0; python_version >= '3.7'
setuptools==70.0.0; python_version >= '3.7'
setuptools==65.6.3; python_version >= '3.7'
six==1.16.0
starlette==0.14.2
toml==0.10.2
typing-extensions==3.10.0.0
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
urllib3==1.26.19; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
uvicorn==0.14.0

0 comments on commit 4d62248

Please sign in to comment.