We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cce6c commit 5d79c51Copy full SHA for 5d79c51
Pipfile
@@ -33,7 +33,7 @@ robotframework-pythonlibcore = "==2.2.1"
33
six = "==1.15.0"
34
toml = "==0.10.2"
35
typing-extensions = "==3.7.4.3"
36
-urllib3 = "==1.26.20"
+urllib3 = "==2.2.3"
37
zipp = "==3.19.1"
38
39
[scripts]
requirements.txt
@@ -32,5 +32,5 @@ selenium==4.4.3
32
six==1.15.0
toml==0.10.2
typing-extensions==3.7.4.3 ; python_version < '3.8'
-urllib3==1.26.20
+urllib3==2.2.3
zipp==3.19.1
0 commit comments