Skip to content

Commit 09faaf7

Browse files
committed
Refresh Python dependencies
1 parent dc8705b commit 09faaf7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ wsproto==1.2.0
4646
websocket-client==1.8.0
4747
selenium==4.27.1;python_version<"3.9"
4848
selenium==4.32.0;python_version>="3.9" and python_version<"3.10"
49-
selenium==4.33.0;python_version>="3.10"
49+
selenium==4.34.0;python_version>="3.10"
5050
cssselect==1.2.0;python_version<"3.9"
5151
cssselect==1.3.0;python_version>="3.9"
5252
sortedcontainers==2.4.0
@@ -77,7 +77,7 @@ rich>=14.0.0,<15
7777
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7878

7979
coverage>=7.6.1;python_version<"3.9"
80-
coverage>=7.9.1;python_version>="3.9"
80+
coverage>=7.9.2;python_version>="3.9"
8181
pytest-cov>=5.0.0;python_version<"3.9"
8282
pytest-cov>=6.2.1;python_version>="3.9"
8383
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
'websocket-client==1.8.0',
195195
'selenium==4.27.1;python_version<"3.9"',
196196
'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"',
197-
'selenium==4.33.0;python_version>="3.10"',
197+
'selenium==4.34.0;python_version>="3.10"',
198198
'cssselect==1.2.0;python_version<"3.9"',
199199
'cssselect==1.3.0;python_version>="3.9"',
200200
"sortedcontainers==2.4.0",
@@ -234,7 +234,7 @@
234234
# Usage: coverage run -m pytest; coverage html; coverage report
235235
"coverage": [
236236
'coverage>=7.6.1;python_version<"3.9"',
237-
'coverage>=7.9.1;python_version>="3.9"',
237+
'coverage>=7.9.2;python_version>="3.9"',
238238
'pytest-cov>=5.0.0;python_version<"3.9"',
239239
'pytest-cov>=6.2.1;python_version>="3.9"',
240240
],
@@ -267,7 +267,7 @@
267267
'pdfminer.six==20250324;python_version<"3.9"',
268268
'pdfminer.six==20250506;python_version>="3.9"',
269269
'cryptography==39.0.2;python_version<"3.9"',
270-
'cryptography==45.0.4;python_version>="3.9"',
270+
'cryptography==45.0.5;python_version>="3.9"',
271271
'cffi==1.17.1',
272272
"pycparser==2.22",
273273
],

0 commit comments

Comments
 (0)