Skip to content

Commit

Permalink
Update dependency urllib3 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 4a8af34 commit 49553cf
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.16.0"
toml = "==0.10.2"
typing-extensions = "==3.10.0.2"
urllib3 = "==1.26.20"
urllib3 = "==2.2.3"
zipp = "==3.21.0"

[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.26.1
six==1.16.0
toml==0.10.2
typing-extensions==3.10.0.2 ; python_version < '3.8'
urllib3==1.26.20
urllib3==2.2.3
zipp==3.21.0

0 comments on commit 49553cf

Please sign in to comment.