File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ trio==0.27.0
36
36
trio-websocket == 0.11.1
37
37
wsproto == 1.2.0
38
38
websocket-client == 1.8.0
39
- selenium == 4.25.0
39
+ selenium == 4.26.1
40
40
cssselect == 1.2.0
41
41
sortedcontainers == 2.4.0
42
42
execnet == 2.1.1
@@ -64,7 +64,8 @@ rich==13.9.3
64
64
65
65
coverage >= 7.6.1 ;python_version < "3.9"
66
66
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"
68
69
flake8 == 5.0.4 ;python_version < "3.9"
69
70
flake8 == 7.1.1 ;python_version >= "3.9"
70
71
mccabe == 0.7.0
Original file line number Diff line number Diff line change 185
185
'trio-websocket==0.11.1' ,
186
186
'wsproto==1.2.0' ,
187
187
'websocket-client==1.8.0' ,
188
- 'selenium==4.25.0 ' ,
188
+ 'selenium==4.26.1 ' ,
189
189
'cssselect==1.2.0' ,
190
190
"sortedcontainers==2.4.0" ,
191
191
'execnet==2.1.1' ,
222
222
"coverage" : [
223
223
'coverage>=7.6.1;python_version<"3.9"' ,
224
224
'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"' ,
226
227
],
227
228
# pip install -e .[flake8]
228
229
# Usage: flake8
You can’t perform that action at this time.
0 commit comments