Skip to content

Commit b6c63ac

Browse files
committed
Update Python dependencies
1 parent 3c7c0ac commit b6c63ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ trio-websocket==0.12.2
4545
wsproto==1.2.0
4646
websocket-client==1.8.0
4747
selenium==4.27.1;python_version<"3.9"
48-
selenium==4.33.0;python_version>="3.9"
48+
selenium==4.32.0;python_version>="3.9" and python_version<"3.10"
49+
selenium==4.33.0;python_version>="3.10"
4950
cssselect==1.2.0;python_version<"3.9"
5051
cssselect==1.3.0;python_version>="3.9"
5152
sortedcontainers==2.4.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@
196196
'wsproto==1.2.0',
197197
'websocket-client==1.8.0',
198198
'selenium==4.27.1;python_version<"3.9"',
199-
'selenium==4.33.0;python_version>="3.9"',
199+
'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"',
200+
'selenium==4.33.0;python_version>="3.10"',
200201
'cssselect==1.2.0;python_version<"3.9"',
201202
'cssselect==1.3.0;python_version>="3.9"',
202203
"sortedcontainers==2.4.0",

0 commit comments

Comments
 (0)