Skip to content

Commit

Permalink
Update dependency urllib3 to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 4bf11b4 commit 595e13d
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 = "==4.4.1"
six = "==1.16.0"
toml = "==0.10.2"
typing-extensions = "==4.12.2"
urllib3 = "==2.2.3"
urllib3 = "==2.3.0"
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==4.12.2 ; python_version < '3.8'
urllib3==2.2.3
urllib3==2.3.0
zipp==3.21.0

0 comments on commit 595e13d

Please sign in to comment.