Upgrade Selenium

This commit is contained in:
Michael Mintz 2025-02-20 14:53:08 -05:00
parent 0949787a39
commit 9f47f5ff42
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ trio-websocket==0.12.1
wsproto==1.2.0
websocket-client==1.8.0
selenium==4.27.1;python_version<"3.9"
selenium==4.28.1;python_version>="3.9"
selenium==4.29.0;python_version>="3.9"
cssselect==1.2.0
sortedcontainers==2.4.0
execnet==2.1.1

View File

@ -192,7 +192,7 @@ setup(
'wsproto==1.2.0',
'websocket-client==1.8.0',
'selenium==4.27.1;python_version<"3.9"',
'selenium==4.28.1;python_version>="3.9"',
'selenium==4.29.0;python_version>="3.9"',
'cssselect==1.2.0',
"sortedcontainers==2.4.0",
'execnet==2.1.1',