Skip to content

Commit 4bf11b4

Browse files
authored
Merge pull request #94 from saucelabs-training/renovate/urllib3-2.x
Update dependency urllib3 to v2
2 parents 5aff2a0 + e82a792 commit 4bf11b4

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
@@ -33,7 +33,7 @@ robotframework-pythonlibcore = "==4.4.1"
3333
six = "==1.16.0"
3434
toml = "==0.10.2"
3535
typing-extensions = "==4.12.2"
36-
urllib3 = "==1.26.20"
36+
urllib3 = "==2.2.3"
3737
zipp = "==3.21.0"
3838

3939
[scripts]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ selenium==4.26.1
3232
six==1.16.0
3333
toml==0.10.2
3434
typing-extensions==4.12.2 ; python_version < '3.8'
35-
urllib3==1.26.20
35+
urllib3==2.2.3
3636
zipp==3.21.0

0 commit comments

Comments
 (0)