We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbc871 commit ee91687Copy full SHA for ee91687
requirements.txt
@@ -35,7 +35,7 @@ trio-websocket==0.11.1
35
wsproto==1.2.0
36
websocket-client==1.8.0;python_version>="3.8"
37
selenium==4.11.2;python_version<"3.8"
38
-selenium==4.22.0;python_version>="3.8"
+selenium==4.23.1;python_version>="3.8"
39
cssselect==1.2.0
40
sortedcontainers==2.4.0
41
fasteners==0.19
setup.py
@@ -183,7 +183,7 @@
183
'wsproto==1.2.0',
184
'websocket-client==1.8.0;python_version>="3.8"',
185
'selenium==4.11.2;python_version<"3.8"',
186
- 'selenium==4.22.0;python_version>="3.8"',
+ 'selenium==4.23.1;python_version>="3.8"',
187
'cssselect==1.2.0',
188
"sortedcontainers==2.4.0",
189
'fasteners==0.19',
0 commit comments