File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ setuptools~=70.2;python_version<"3.10"
5
5
setuptools >= 80.9.0 ;python_version >= "3.10"
6
6
wheel >= 0.45.1
7
7
attrs >= 25.3.0
8
- certifi >= 2025.7.14
8
+ certifi >= 2025.8.3
9
9
exceptiongroup >= 1.3.0
10
10
websockets ~= 13.1 ;python_version < "3.9"
11
11
websockets >= 15.0.1 ;python_version >= "3.9"
@@ -77,7 +77,7 @@ rich>=14.1.0,<15
77
77
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
78
78
79
79
coverage >= 7.6.1 ;python_version < "3.9"
80
- coverage >= 7.10.1 ;python_version >= "3.9"
80
+ coverage >= 7.10.2 ;python_version >= "3.9"
81
81
pytest-cov >= 5.0.0 ;python_version < "3.9"
82
82
pytest-cov >= 6.2.1 ;python_version >= "3.9"
83
83
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 153
153
'setuptools>=80.9.0;python_version>="3.10"' ,
154
154
'wheel>=0.45.1' ,
155
155
'attrs>=25.3.0' ,
156
- "certifi>=2025.7.14 " ,
156
+ "certifi>=2025.8.3 " ,
157
157
"exceptiongroup>=1.3.0" ,
158
158
'websockets~=13.1;python_version<"3.9"' ,
159
159
'websockets>=15.0.1;python_version>="3.9"' ,
212
212
'pytest-xdist==3.6.1;python_version<"3.9"' ,
213
213
'pytest-xdist==3.8.0;python_version>="3.9"' ,
214
214
'parameterized==0.9.0' ,
215
- "behave==1.2.6" ,
215
+ "behave==1.2.6" , # Newer ones had issues
216
216
'soupsieve==2.7' ,
217
217
"beautifulsoup4==4.13.4" ,
218
218
'pyotp==2.9.0' ,
234
234
# Usage: coverage run -m pytest; coverage html; coverage report
235
235
"coverage" : [
236
236
'coverage>=7.6.1;python_version<"3.9"' ,
237
- 'coverage>=7.10.1 ;python_version>="3.9"' ,
237
+ 'coverage>=7.10.2 ;python_version>="3.9"' ,
238
238
'pytest-cov>=5.0.0;python_version<"3.9"' ,
239
239
'pytest-cov>=6.2.1;python_version>="3.9"' ,
240
240
],
You can’t perform that action at this time.
0 commit comments