We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310697d commit 04c047fCopy full SHA for 04c047f
requirements.txt
@@ -25,7 +25,7 @@ trio==0.22.2
25
trio-websocket==0.11.1
26
wsproto==1.2.0
27
selenium==4.11.2;python_version<"3.8"
28
-selenium==4.13.0;python_version>="3.8"
+selenium==4.14.0;python_version>="3.8"
29
cssselect==1.2.0
30
sortedcontainers==2.4.0
31
fasteners==0.19
setup.py
@@ -158,7 +158,7 @@
158
'trio-websocket==0.11.1',
159
'wsproto==1.2.0',
160
'selenium==4.11.2;python_version<"3.8"',
161
- 'selenium==4.13.0;python_version>="3.8"',
+ 'selenium==4.14.0;python_version>="3.8"',
162
'cssselect==1.2.0',
163
"sortedcontainers==2.4.0",
164
'fasteners==0.19',
0 commit comments