Skip to content

Commit 3a76c19

Browse files
committed
Refresh Python dependencies
1 parent 8ae549b commit 3a76c19

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ trio==0.27.0
3636
trio-websocket==0.11.1
3737
wsproto==1.2.0
3838
websocket-client==1.8.0
39-
selenium==4.25.0
39+
selenium==4.26.1
4040
cssselect==1.2.0
4141
sortedcontainers==2.4.0
4242
execnet==2.1.1
@@ -64,7 +64,8 @@ rich==13.9.3
6464

6565
coverage>=7.6.1;python_version<"3.9"
6666
coverage>=7.6.4;python_version>="3.9"
67-
pytest-cov>=5.0.0
67+
pytest-cov>=5.0.0;python_version<"3.9"
68+
pytest-cov>=6.0.0;python_version>="3.9"
6869
flake8==5.0.4;python_version<"3.9"
6970
flake8==7.1.1;python_version>="3.9"
7071
mccabe==0.7.0

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
'trio-websocket==0.11.1',
186186
'wsproto==1.2.0',
187187
'websocket-client==1.8.0',
188-
'selenium==4.25.0',
188+
'selenium==4.26.1',
189189
'cssselect==1.2.0',
190190
"sortedcontainers==2.4.0",
191191
'execnet==2.1.1',
@@ -222,7 +222,8 @@
222222
"coverage": [
223223
'coverage>=7.6.1;python_version<"3.9"',
224224
'coverage>=7.6.4;python_version>="3.9"',
225-
'pytest-cov>=5.0.0',
225+
'pytest-cov>=5.0.0;python_version<"3.9"',
226+
'pytest-cov>=6.0.0;python_version>="3.9"',
226227
],
227228
# pip install -e .[flake8]
228229
# Usage: flake8

0 commit comments

Comments
 (0)