We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0949787 commit 9f47f5fCopy full SHA for 9f47f5f
requirements.txt
@@ -43,7 +43,7 @@ trio-websocket==0.12.1
43
wsproto==1.2.0
44
websocket-client==1.8.0
45
selenium==4.27.1;python_version<"3.9"
46
-selenium==4.28.1;python_version>="3.9"
+selenium==4.29.0;python_version>="3.9"
47
cssselect==1.2.0
48
sortedcontainers==2.4.0
49
execnet==2.1.1
setup.py
@@ -192,7 +192,7 @@
192
'wsproto==1.2.0',
193
'websocket-client==1.8.0',
194
'selenium==4.27.1;python_version<"3.9"',
195
- 'selenium==4.28.1;python_version>="3.9"',
+ 'selenium==4.29.0;python_version>="3.9"',
196
'cssselect==1.2.0',
197
"sortedcontainers==2.4.0",
198
'execnet==2.1.1',
0 commit comments