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
3636trio-websocket == 0.11.1
3737wsproto == 1.2.0
3838websocket-client == 1.8.0
39- selenium == 4.25.0
39+ selenium == 4.26.1
4040cssselect == 1.2.0
4141sortedcontainers == 2.4.0
4242execnet == 2.1.1
@@ -64,7 +64,8 @@ rich==13.9.3
6464
6565coverage >= 7.6.1 ;python_version < "3.9"
6666coverage >= 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"
6869flake8 == 5.0.4 ;python_version < "3.9"
6970flake8 == 7.1.1 ;python_version >= "3.9"
7071mccabe == 0.7.0
Original file line number Diff line number Diff line change 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' ,
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
You can’t perform that action at this time.
0 commit comments