Skip to content

Commit 8941d9b

Browse files
committed
Refresh Python dependencies
1 parent 12e64a1 commit 8941d9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pip>=24.0;python_version<"3.8"
2-
pip>=24.1;python_version>="3.8"
2+
pip>=24.1.1;python_version>="3.8"
33
packaging>=24.0;python_version<"3.8"
44
packaging>=24.1;python_version>="3.8"
55
setuptools>=68.0.0;python_version<"3.8"
6-
setuptools>=70.1.0;python_version>="3.8"
6+
setuptools>=70.1.1;python_version>="3.8"
77
wheel>=0.42.0;python_version<"3.8"
88
wheel>=0.43.0;python_version>="3.8"
99
attrs>=23.2.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@
147147
python_requires=">=3.7",
148148
install_requires=[
149149
'pip>=24.0;python_version<"3.8"',
150-
'pip>=24.1;python_version>="3.8"',
150+
'pip>=24.1.1;python_version>="3.8"',
151151
'packaging>=24.0;python_version<"3.8"',
152152
'packaging>=24.1;python_version>="3.8"',
153153
'setuptools>=68.0.0;python_version<"3.8"',
154-
'setuptools>=70.1.0;python_version>="3.8"',
154+
'setuptools>=70.1.1;python_version>="3.8"',
155155
'wheel>=0.42.0;python_version<"3.8"',
156156
'wheel>=0.43.0;python_version>="3.8"',
157157
'attrs>=23.2.0',

0 commit comments

Comments
 (0)