File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 25.0.1
2
2
packaging >= 25.0
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
- setuptools >= 79.0.0 ;python_version >= "3.10"
4
+ setuptools >= 79.0.1 ;python_version >= "3.10"
5
5
wheel >= 0.45.1
6
6
attrs >= 25.3.0
7
7
certifi >= 2025.1.31
@@ -11,7 +11,7 @@ websockets>=15.0.1;python_version>="3.9"
11
11
filelock ~= 3.16.1 ;python_version < "3.9"
12
12
filelock >= 3.18.0 ;python_version >= "3.9"
13
13
fasteners >= 0.19
14
- mycdp >= 1.1.1
14
+ mycdp >= 1.2.0
15
15
pynose >= 1.5.4
16
16
platformdirs >= 4.3.6 ;python_version < "3.9"
17
17
platformdirs >= 4.3.7 ;python_version >= "3.9"
@@ -36,7 +36,7 @@ urllib3>=1.26.20,<2;python_version<"3.10"
36
36
urllib3 >= 1.26.20 ,< 2.5.0 ;python_version >= "3.10"
37
37
requests == 2.32.3
38
38
sniffio == 1.3.1
39
- h11 == 0.14 .0
39
+ h11 == 0.16 .0
40
40
outcome == 1.3.0.post0
41
41
trio == 0.27.0 ;python_version < "3.9"
42
42
trio == 0.30.0 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 150
150
'pip>=25.0.1' ,
151
151
'packaging>=25.0' ,
152
152
'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"' ,
154
154
'wheel>=0.45.1' ,
155
155
'attrs>=25.3.0' ,
156
156
"certifi>=2025.1.31" ,
160
160
'filelock~=3.16.1;python_version<"3.9"' ,
161
161
'filelock>=3.18.0;python_version>="3.9"' ,
162
162
'fasteners>=0.19' ,
163
- "mycdp>=1.1.1 " ,
163
+ "mycdp>=1.2.0 " ,
164
164
"pynose>=1.5.4" ,
165
165
'platformdirs>=4.3.6;python_version<"3.9"' ,
166
166
'platformdirs>=4.3.7;python_version>="3.9"' ,
185
185
'urllib3>=1.26.20,<2.5.0;python_version>="3.10"' ,
186
186
'requests==2.32.3' ,
187
187
'sniffio==1.3.1' ,
188
- 'h11==0.14 .0' ,
188
+ 'h11==0.16 .0' ,
189
189
'outcome==1.3.0.post0' ,
190
190
'trio==0.27.0;python_version<"3.9"' ,
191
191
'trio==0.30.0;python_version>="3.9"' ,
You can’t perform that action at this time.
0 commit comments