File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11pip >= 25.0.1
22packaging >= 25.0
33setuptools ~= 70.2 ;python_version < "3.10"
4- setuptools >= 79.0.0 ;python_version >= "3.10"
4+ setuptools >= 79.0.1 ;python_version >= "3.10"
55wheel >= 0.45.1
66attrs >= 25.3.0
77certifi >= 2025.1.31
@@ -11,7 +11,7 @@ websockets>=15.0.1;python_version>="3.9"
1111filelock ~= 3.16.1 ;python_version < "3.9"
1212filelock >= 3.18.0 ;python_version >= "3.9"
1313fasteners >= 0.19
14- mycdp >= 1.1.1
14+ mycdp >= 1.2.0
1515pynose >= 1.5.4
1616platformdirs >= 4.3.6 ;python_version < "3.9"
1717platformdirs >= 4.3.7 ;python_version >= "3.9"
@@ -36,7 +36,7 @@ urllib3>=1.26.20,<2;python_version<"3.10"
3636urllib3 >= 1.26.20 ,< 2.5.0 ;python_version >= "3.10"
3737requests == 2.32.3
3838sniffio == 1.3.1
39- h11 == 0.14 .0
39+ h11 == 0.16 .0
4040outcome == 1.3.0.post0
4141trio == 0.27.0 ;python_version < "3.9"
4242trio == 0.30.0 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 150150 'pip>=25.0.1' ,
151151 'packaging>=25.0' ,
152152 'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153- 'setuptools>=79.0.0 ;python_version>="3.10"' ,
153+ 'setuptools>=79.0.1 ;python_version>="3.10"' ,
154154 'wheel>=0.45.1' ,
155155 'attrs>=25.3.0' ,
156156 "certifi>=2025.1.31" ,
160160 'filelock~=3.16.1;python_version<"3.9"' ,
161161 'filelock>=3.18.0;python_version>="3.9"' ,
162162 'fasteners>=0.19' ,
163- "mycdp>=1.1.1 " ,
163+ "mycdp>=1.2.0 " ,
164164 "pynose>=1.5.4" ,
165165 'platformdirs>=4.3.6;python_version<"3.9"' ,
166166 'platformdirs>=4.3.7;python_version>="3.9"' ,
185185 'urllib3>=1.26.20,<2.5.0;python_version>="3.10"' ,
186186 'requests==2.32.3' ,
187187 'sniffio==1.3.1' ,
188- 'h11==0.14 .0' ,
188+ 'h11==0.16 .0' ,
189189 'outcome==1.3.0.post0' ,
190190 'trio==0.27.0;python_version<"3.9"' ,
191191 'trio==0.30.0;python_version>="3.9"' ,
You can’t perform that action at this time.
0 commit comments