File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 24.2
2
2
packaging >= 24.2
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
- setuptools >= 73.0.1 ;python_version >= "3.10"
4
+ setuptools >= 75.5.0 ;python_version >= "3.10"
5
5
wheel >= 0.45.0
6
6
attrs >= 24.2.0
7
7
certifi >= 2024.8.30
8
8
exceptiongroup >= 1.2.2
9
9
websockets ~= 13.1 ;python_version < "3.9"
10
- websockets >= 14.0 ;python_version >= "3.9"
10
+ websockets >= 14.1 ;python_version >= "3.9"
11
11
filelock >= 3.16.1
12
12
fasteners >= 0.19
13
- mycdp >= 1.0.1
13
+ mycdp >= 1.1.0
14
14
pynose >= 1.5.3
15
15
platformdirs >= 4.3.6
16
16
typing-extensions >= 4.12.2
@@ -64,7 +64,7 @@ rich==13.9.4
64
64
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
65
65
66
66
coverage >= 7.6.1 ;python_version < "3.9"
67
- coverage >= 7.6.4 ;python_version >= "3.9"
67
+ coverage >= 7.6.5 ;python_version >= "3.9"
68
68
pytest-cov >= 5.0.0 ;python_version < "3.9"
69
69
pytest-cov >= 6.0.0 ;python_version >= "3.9"
70
70
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 150
150
'pip>=24.2' ,
151
151
'packaging>=24.2' ,
152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
- 'setuptools>=73.0.1 ;python_version>="3.10"' ,
153
+ 'setuptools>=75.5.0 ;python_version>="3.10"' ,
154
154
'wheel>=0.45.0' ,
155
155
'attrs>=24.2.0' ,
156
156
"certifi>=2024.8.30" ,
157
157
"exceptiongroup>=1.2.2" ,
158
158
'websockets~=13.1;python_version<"3.9"' ,
159
- 'websockets>=14.0 ;python_version>="3.9"' ,
159
+ 'websockets>=14.1 ;python_version>="3.9"' ,
160
160
'filelock>=3.16.1' ,
161
161
'fasteners>=0.19' ,
162
- "mycdp>=1.0.1 " ,
162
+ "mycdp>=1.1.0 " ,
163
163
"pynose>=1.5.3" ,
164
164
'platformdirs>=4.3.6' ,
165
165
'typing-extensions>=4.12.2' ,
222
222
# Usage: coverage run -m pytest; coverage html; coverage report
223
223
"coverage" : [
224
224
'coverage>=7.6.1;python_version<"3.9"' ,
225
- 'coverage>=7.6.4 ;python_version>="3.9"' ,
225
+ 'coverage>=7.6.5 ;python_version>="3.9"' ,
226
226
'pytest-cov>=5.0.0;python_version<"3.9"' ,
227
227
'pytest-cov>=6.0.0;python_version>="3.9"' ,
228
228
],
You can’t perform that action at this time.
0 commit comments