Skip to content

Commit 2aca64f

Browse files
committed
Refresh Python dependencies
1 parent 5184699 commit 2aca64f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.36.0;python_version>="3.10"
55+
selenium==4.37.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
@@ -199,7 +199,7 @@
199199
'websocket-client~=1.9.0;python_version>="3.9"',
200200
'selenium==4.27.1;python_version<"3.9"',
201201
'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"',
202-
'selenium==4.36.0;python_version>="3.10"',
202+
'selenium==4.37.0;python_version>="3.10"',
203203
'cssselect==1.2.0;python_version<"3.9"',
204204
'cssselect==1.3.0;python_version>="3.9"',
205205
"sortedcontainers==2.4.0",
@@ -277,7 +277,7 @@
277277
'pdfminer.six==20250324;python_version<"3.9"',
278278
'pdfminer.six==20250506;python_version>="3.9"',
279279
'cryptography==39.0.2;python_version<"3.9"',
280-
'cryptography==46.0.2;python_version>="3.9"',
280+
'cryptography==46.0.3;python_version>="3.9"',
281281
'cffi==1.17.1;python_version<"3.9"',
282282
'cffi==2.0.0;python_version>="3.9"',
283283
'pycparser==2.22;python_version<"3.9"',

0 commit comments

Comments
 (0)