Skip to content

Commit 6e07ab0

Browse files
committed
Refresh Python dependencies
1 parent 6d8744d commit 6e07ab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip>=25.0.1;python_version<"3.9"
22
pip>=25.1;python_version>="3.9"
33
packaging>=25.0
44
setuptools~=70.2;python_version<"3.10"
5-
setuptools>=80.0.0;python_version>="3.10"
5+
setuptools>=80.1.0;python_version>="3.10"
66
wheel>=0.45.1
77
attrs>=25.3.0
88
certifi>=2025.4.26

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
'pip>=25.1;python_version>="3.9"',
152152
'packaging>=25.0',
153153
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
154-
'setuptools>=80.0.0;python_version>="3.10"',
154+
'setuptools>=80.1.0;python_version>="3.10"',
155155
'wheel>=0.45.1',
156156
'attrs>=25.3.0',
157157
"certifi>=2025.4.26",

0 commit comments

Comments
 (0)