Skip to content

Commit 2a31b97

Browse files
Update dependency urllib3 to v2.4.0
1 parent e7290d1 commit 2a31b97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ robotframework-pythonlibcore = "==4.4.1"
3232
six = "==1.16.0"
3333
toml = "==0.10.2"
3434
typing-extensions = "==4.12.2"
35-
urllib3 = "==2.2.3"
35+
urllib3 = "==2.4.0"
3636
zipp = "==3.21.0"
3737

3838
[scripts]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ selenium==4.26.1
3131
six==1.16.0
3232
toml==0.10.2
3333
typing-extensions==4.12.2 ; python_version < '3.8'
34-
urllib3==2.2.3
34+
urllib3==2.4.0
3535
zipp==3.21.0

0 commit comments

Comments
 (0)