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 @@ -5,7 +5,7 @@ setuptools~=70.2;python_version<"3.10"
55setuptools >= 80.9.0 ;python_version >= "3.10"
66wheel >= 0.45.1
77attrs >= 25.3.0
8- certifi >= 2025.4.26
8+ certifi >= 2025.6.15
99exceptiongroup >= 1.3.0
1010websockets ~= 13.1 ;python_version < "3.9"
1111websockets >= 15.0.1 ;python_version >= "3.9"
@@ -77,7 +77,7 @@ rich>=14.0.0,<15
7777# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7878
7979coverage >= 7.6.1 ;python_version < "3.9"
80- coverage >= 7.9.0 ;python_version >= "3.9"
80+ coverage >= 7.9.1 ;python_version >= "3.9"
8181pytest-cov >= 5.0.0 ;python_version < "3.9"
8282pytest-cov >= 6.2.1 ;python_version >= "3.9"
8383flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 153153 'setuptools>=80.9.0;python_version>="3.10"' ,
154154 'wheel>=0.45.1' ,
155155 'attrs>=25.3.0' ,
156- "certifi>=2025.4.26 " ,
156+ "certifi>=2025.6.15 " ,
157157 "exceptiongroup>=1.3.0" ,
158158 'websockets~=13.1;python_version<"3.9"' ,
159159 'websockets>=15.0.1;python_version>="3.9"' ,
234234 # Usage: coverage run -m pytest; coverage html; coverage report
235235 "coverage" : [
236236 'coverage>=7.6.1;python_version<"3.9"' ,
237- 'coverage>=7.9.0 ;python_version>="3.9"' ,
237+ 'coverage>=7.9.1 ;python_version>="3.9"' ,
238238 'pytest-cov>=5.0.0;python_version<"3.9"' ,
239239 'pytest-cov>=6.2.1;python_version>="3.9"' ,
240240 ],
You can’t perform that action at this time.
0 commit comments