Skip to content

Commit b3047e6

Browse files
committed
Refresh Python dependencies
1 parent 9db9526 commit b3047e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=25.0.1;python_version<"3.9"
2-
pip>=25.2;python_version>="3.9"
2+
pip>=25.3;python_version>="3.9"
33
packaging>=25.0
44
setuptools~=70.2;python_version<"3.10"
55
setuptools>=80.9.0;python_version>="3.10"
@@ -52,7 +52,7 @@ websocket-client~=1.8.0;python_version<"3.9"
5252
websocket-client~=1.9.0;python_version>="3.9"
5353
selenium==4.27.1;python_version<"3.9"
5454
selenium==4.32.0;python_version>="3.9" and python_version<"3.10"
55-
selenium==4.37.0;python_version>="3.10"
55+
selenium==4.38.0;python_version>="3.10"
5656
cssselect==1.2.0;python_version<"3.9"
5757
cssselect==1.3.0;python_version>="3.9"
5858
sortedcontainers==2.4.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
python_requires=">=3.8",
149149
install_requires=[
150150
'pip>=25.0.1;python_version<"3.9"',
151-
'pip>=25.2;python_version>="3.9"',
151+
'pip>=25.3;python_version>="3.9"',
152152
'packaging>=25.0',
153153
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
154154
'setuptools>=80.9.0;python_version>="3.10"',
@@ -201,7 +201,7 @@
201201
'websocket-client~=1.9.0;python_version>="3.9"',
202202
'selenium==4.27.1;python_version<"3.9"',
203203
'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"',
204-
'selenium==4.37.0;python_version>="3.10"',
204+
'selenium==4.38.0;python_version>="3.10"',
205205
'cssselect==1.2.0;python_version<"3.9"',
206206
'cssselect==1.3.0;python_version>="3.9"',
207207
"sortedcontainers==2.4.0",

0 commit comments

Comments
 (0)