We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7290d1 commit 63a0789Copy full SHA for 63a0789
Pipfile
@@ -29,7 +29,7 @@ pyparsing = "==3.2.0"
29
pytest-forked = "==1.6.0"
30
requests = "==2.32.3"
31
robotframework-pythonlibcore = "==4.4.1"
32
-six = "==1.16.0"
+six = "==1.17.0"
33
toml = "==0.10.2"
34
typing-extensions = "==4.12.2"
35
urllib3 = "==2.2.3"
requirements.txt
@@ -28,7 +28,7 @@ robotframework==7.1.1
28
saucebindings==1.3.0
sauceclient==1.0.0
selenium==4.26.1
-six==1.16.0
+six==1.17.0
toml==0.10.2
typing-extensions==4.12.2 ; python_version < '3.8'
urllib3==2.2.3
0 commit comments