File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ trio-websocket==0.12.2
4545wsproto == 1.2.0
4646websocket-client == 1.8.0
4747selenium == 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"
4949cssselect == 1.2.0 ;python_version < "3.9"
5050cssselect == 1.3.0 ;python_version >= "3.9"
5151sortedcontainers == 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
7676coverage >= 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"
7878pytest-cov >= 5.0.0 ;python_version < "3.9"
7979pytest-cov >= 6.1.1 ;python_version >= "3.9"
8080flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 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" ,
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 ],
You can’t perform that action at this time.
0 commit comments