Skip to content

Commit f3e3ddd

Browse files
committed
Refresh Python dependencies
1 parent 1ba20cd commit f3e3ddd

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
@@ -45,7 +45,7 @@ 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.32.0;python_version>="3.9"
48+
selenium==4.33.0;python_version>="3.9"
4949
cssselect==1.2.0;python_version<"3.9"
5050
cssselect==1.3.0;python_version>="3.9"
5151
sortedcontainers==2.4.0
@@ -74,7 +74,7 @@ rich>=14.0.0,<15
7474
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7575

7676
coverage>=7.6.1;python_version<"3.9"
77-
coverage>=7.8.1;python_version>="3.9"
77+
coverage>=7.8.2;python_version>="3.9"
7878
pytest-cov>=5.0.0;python_version<"3.9"
7979
pytest-cov>=6.1.1;python_version>="3.9"
8080
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
'wsproto==1.2.0',
195195
'websocket-client==1.8.0',
196196
'selenium==4.27.1;python_version<"3.9"',
197-
'selenium==4.32.0;python_version>="3.9"',
197+
'selenium==4.33.0;python_version>="3.9"',
198198
'cssselect==1.2.0;python_version<"3.9"',
199199
'cssselect==1.3.0;python_version>="3.9"',
200200
"sortedcontainers==2.4.0",
@@ -232,7 +232,7 @@
232232
# Usage: coverage run -m pytest; coverage html; coverage report
233233
"coverage": [
234234
'coverage>=7.6.1;python_version<"3.9"',
235-
'coverage>=7.8.1;python_version>="3.9"',
235+
'coverage>=7.8.2;python_version>="3.9"',
236236
'pytest-cov>=5.0.0;python_version<"3.9"',
237237
'pytest-cov>=6.1.1;python_version>="3.9"',
238238
],

0 commit comments

Comments
 (0)