We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aff2a0 + e82a792 commit 4bf11b4Copy full SHA for 4bf11b4
Pipfile
@@ -33,7 +33,7 @@ robotframework-pythonlibcore = "==4.4.1"
33
six = "==1.16.0"
34
toml = "==0.10.2"
35
typing-extensions = "==4.12.2"
36
-urllib3 = "==1.26.20"
+urllib3 = "==2.2.3"
37
zipp = "==3.21.0"
38
39
[scripts]
requirements.txt
@@ -32,5 +32,5 @@ selenium==4.26.1
32
six==1.16.0
toml==0.10.2
typing-extensions==4.12.2 ; python_version < '3.8'
-urllib3==1.26.20
+urllib3==2.2.3
zipp==3.21.0
0 commit comments