Skip to content

Commit a67c6bc

Browse files
Update dependency selenium to v4.28.0
1 parent 4bf11b4 commit a67c6bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytest = "==8.3.3"
33
pytest-xdist = "==3.6.1"
44
Appium-Python-Client = "==4.3.0"
55
PyYAML = "==6.0.2"
6-
selenium = "==4.26.1"
6+
selenium = "==4.28.0"
77
sa11y = "*"
88
sauceclient = "==1.0.0"
99
saucebindings = "==1.3.0"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ robotframework-seleniumlibrary==6.6.1
2828
robotframework==7.1.1
2929
saucebindings==1.3.0
3030
sauceclient==1.0.0
31-
selenium==4.26.1
31+
selenium==4.28.0
3232
six==1.16.0
3333
toml==0.10.2
3434
typing-extensions==4.12.2 ; python_version < '3.8'

0 commit comments

Comments
 (0)