File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ outcome==1.2.0
24
24
trio == 0.22.2
25
25
trio-websocket == 0.10.3
26
26
wsproto == 1.2.0
27
- selenium == 4.11.2 ;python_version < "3.8"
28
- selenium == 4.12.0 ;python_version >= "3.8"
27
+ selenium == 4.11.2
29
28
cssselect == 1.2.0
30
29
sortedcontainers == 2.4.0
31
30
fasteners == 0.18
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "4.18.0 "
2
+ __version__ = "4.18.1 "
Original file line number Diff line number Diff line change 157
157
'trio==0.22.2' ,
158
158
'trio-websocket==0.10.3' ,
159
159
'wsproto==1.2.0' ,
160
- 'selenium==4.11.2;python_version<"3.8"' ,
161
- 'selenium==4.12.0;python_version>="3.8"' ,
160
+ 'selenium==4.11.2' ,
162
161
'cssselect==1.2.0' ,
163
162
"sortedcontainers==2.4.0" ,
164
163
'fasteners==0.18' ,
You can’t perform that action at this time.
0 commit comments