We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7290d1 commit 2a31b97Copy full SHA for 2a31b97
Pipfile
@@ -32,7 +32,7 @@ robotframework-pythonlibcore = "==4.4.1"
32
six = "==1.16.0"
33
toml = "==0.10.2"
34
typing-extensions = "==4.12.2"
35
-urllib3 = "==2.2.3"
+urllib3 = "==2.4.0"
36
zipp = "==3.21.0"
37
38
[scripts]
requirements.txt
@@ -31,5 +31,5 @@ selenium==4.26.1
31
six==1.16.0
toml==0.10.2
typing-extensions==4.12.2 ; python_version < '3.8'
-urllib3==2.2.3
+urllib3==2.4.0
zipp==3.21.0
0 commit comments