We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7290d1 commit 65c3e28Copy full SHA for 65c3e28
Pipfile
@@ -3,7 +3,7 @@ pytest = "==8.3.3"
3
pytest-xdist = "==3.6.1"
4
Appium-Python-Client = "==4.3.0"
5
PyYAML = "==6.0.2"
6
-selenium = "==4.26.1"
+selenium = "==4.29.0"
7
sa11y = "*"
8
sauceclient = "==1.0.0"
9
saucebindings = "==1.3.0"
requirements.txt
@@ -27,7 +27,7 @@ robotframework-seleniumlibrary==6.6.1
27
robotframework==7.1.1
28
saucebindings==1.3.0
29
sauceclient==1.0.0
30
-selenium==4.26.1
+selenium==4.29.0
31
six==1.16.0
32
toml==0.10.2
33
typing-extensions==4.12.2 ; python_version < '3.8'
0 commit comments