Skip to content

Commit

Permalink
Update dependency urllib3 to v1.26.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 7b39969 commit 193e92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ robotframework-pythonlibcore = "==2.2.1"
six = "==1.15.0"
toml = "==0.10.2"
typing-extensions = "==3.7.4.3"
urllib3 = "==1.26.19"
urllib3 = "==1.26.20"
zipp = "==3.4.1"

[scripts]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ selenium==4.4.3
six==1.15.0
toml==0.10.2
typing-extensions==3.7.4.3 ; python_version < '3.8'
urllib3==1.26.19
urllib3==1.26.20
zipp==3.4.1

0 comments on commit 193e92e

Please sign in to comment.