File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ trio-websocket==0.12.2
44
44
wsproto == 1.2.0
45
45
websocket-client == 1.8.0
46
46
selenium == 4.27.1 ;python_version < "3.9"
47
- selenium == 4.30 .0 ;python_version >= "3.9"
47
+ selenium == 4.31 .0 ;python_version >= "3.9"
48
48
cssselect == 1.2.0 ;python_version < "3.9"
49
49
cssselect == 1.3.0 ;python_version >= "3.9"
50
50
sortedcontainers == 2.4.0
@@ -74,7 +74,7 @@ rich>=14.0.0,<15
74
74
coverage >= 7.6.1 ;python_version < "3.9"
75
75
coverage >= 7.8.0 ;python_version >= "3.9"
76
76
pytest-cov >= 5.0.0 ;python_version < "3.9"
77
- pytest-cov >= 6.1.0 ;python_version >= "3.9"
77
+ pytest-cov >= 6.1.1 ;python_version >= "3.9"
78
78
flake8 == 5.0.4 ;python_version < "3.9"
79
79
flake8 == 7.2.0 ;python_version >= "3.9"
80
80
mccabe == 0.7.0
Original file line number Diff line number Diff line change 193
193
'wsproto==1.2.0' ,
194
194
'websocket-client==1.8.0' ,
195
195
'selenium==4.27.1;python_version<"3.9"' ,
196
- 'selenium==4.30 .0;python_version>="3.9"' ,
196
+ 'selenium==4.31 .0;python_version>="3.9"' ,
197
197
'cssselect==1.2.0;python_version<"3.9"' ,
198
198
'cssselect==1.3.0;python_version>="3.9"' ,
199
199
"sortedcontainers==2.4.0" ,
232
232
'coverage>=7.6.1;python_version<"3.9"' ,
233
233
'coverage>=7.8.0;python_version>="3.9"' ,
234
234
'pytest-cov>=5.0.0;python_version<"3.9"' ,
235
- 'pytest-cov>=6.1.0 ;python_version>="3.9"' ,
235
+ 'pytest-cov>=6.1.1 ;python_version>="3.9"' ,
236
236
],
237
237
# pip install -e .[flake8]
238
238
# Usage: flake8
You can’t perform that action at this time.
0 commit comments