Skip to content

Commit 0dd8e92

Browse files
committed
Refresh Python dependencies
1 parent 5984207 commit 0dd8e92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=25.0.1
22
packaging>=25.0
33
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"
55
wheel>=0.45.1
66
attrs>=25.3.0
77
certifi>=2025.1.31
@@ -11,7 +11,7 @@ websockets>=15.0.1;python_version>="3.9"
1111
filelock~=3.16.1;python_version<"3.9"
1212
filelock>=3.18.0;python_version>="3.9"
1313
fasteners>=0.19
14-
mycdp>=1.1.1
14+
mycdp>=1.2.0
1515
pynose>=1.5.4
1616
platformdirs>=4.3.6;python_version<"3.9"
1717
platformdirs>=4.3.7;python_version>="3.9"
@@ -36,7 +36,7 @@ urllib3>=1.26.20,<2;python_version<"3.10"
3636
urllib3>=1.26.20,<2.5.0;python_version>="3.10"
3737
requests==2.32.3
3838
sniffio==1.3.1
39-
h11==0.14.0
39+
h11==0.16.0
4040
outcome==1.3.0.post0
4141
trio==0.27.0;python_version<"3.9"
4242
trio==0.30.0;python_version>="3.9"

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
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",
@@ -160,7 +160,7 @@
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"',
@@ -185,7 +185,7 @@
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"',

0 commit comments

Comments
 (0)