File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11pip >= 24.2
22packaging >= 24.2
33setuptools ~= 70.2 ;python_version < "3.10"
4- setuptools >= 73.0.1 ;python_version >= "3.10"
4+ setuptools >= 75.5.0 ;python_version >= "3.10"
55wheel >= 0.45.0
66attrs >= 24.2.0
77certifi >= 2024.8.30
88exceptiongroup >= 1.2.2
99websockets ~= 13.1 ;python_version < "3.9"
10- websockets >= 14.0 ;python_version >= "3.9"
10+ websockets >= 14.1 ;python_version >= "3.9"
1111filelock >= 3.16.1
1212fasteners >= 0.19
13- mycdp >= 1.0.1
13+ mycdp >= 1.1.0
1414pynose >= 1.5.3
1515platformdirs >= 4.3.6
1616typing-extensions >= 4.12.2
@@ -64,7 +64,7 @@ rich==13.9.4
6464# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
6565
6666coverage >= 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"
6868pytest-cov >= 5.0.0 ;python_version < "3.9"
6969pytest-cov >= 6.0.0 ;python_version >= "3.9"
7070flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 150150 'pip>=24.2' ,
151151 'packaging>=24.2' ,
152152 '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"' ,
154154 'wheel>=0.45.0' ,
155155 'attrs>=24.2.0' ,
156156 "certifi>=2024.8.30" ,
157157 "exceptiongroup>=1.2.2" ,
158158 'websockets~=13.1;python_version<"3.9"' ,
159- 'websockets>=14.0 ;python_version>="3.9"' ,
159+ 'websockets>=14.1 ;python_version>="3.9"' ,
160160 'filelock>=3.16.1' ,
161161 'fasteners>=0.19' ,
162- "mycdp>=1.0.1 " ,
162+ "mycdp>=1.1.0 " ,
163163 "pynose>=1.5.3" ,
164164 'platformdirs>=4.3.6' ,
165165 'typing-extensions>=4.12.2' ,
222222 # Usage: coverage run -m pytest; coverage html; coverage report
223223 "coverage" : [
224224 '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"' ,
226226 'pytest-cov>=5.0.0;python_version<"3.9"' ,
227227 'pytest-cov>=6.0.0;python_version>="3.9"' ,
228228 ],
You can’t perform that action at this time.
0 commit comments