Skip to content

Commit e31dcb7

Browse files
committed
Refresh Python dependencies
1 parent 815c02d commit e31dcb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packaging>=21.3;python_version<"3.7"
44
packaging>=23.1;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
66
setuptools>=68.0.0;python_version>="3.7" and python_version<"3.8"
7-
setuptools>=68.1.0;python_version>="3.8"
7+
setuptools>=68.1.2;python_version>="3.8"
88
wheel>=0.37.1;python_version<"3.7"
99
wheel>=0.41.1;python_version>="3.7"
1010
attrs==22.1.0;python_version<"3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
'packaging>=23.1;python_version>="3.7"',
139139
'setuptools>=59.6.0;python_version<"3.7"',
140140
'setuptools>=68.0.0;python_version>="3.7" and python_version<"3.8"',
141-
'setuptools>=68.1.0;python_version>="3.8"',
141+
'setuptools>=68.1.2;python_version>="3.8"',
142142
'wheel>=0.37.1;python_version<"3.7"',
143143
'wheel>=0.41.1;python_version>="3.7"',
144144
'attrs==22.1.0;python_version<"3.7"',

0 commit comments

Comments
 (0)