Skip to content

Commit b1fa3c5

Browse files
committed
Refresh Python dependencies
1 parent c791499 commit b1fa3c5

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
@@ -1,7 +1,7 @@
11
pip>=23.3.2
22
packaging>=23.2
33
setuptools>=68.0.0;python_version<"3.8"
4-
setuptools>=69.0.2;python_version>="3.8"
4+
setuptools>=69.0.3;python_version>="3.8"
55
wheel>=0.42.0
66
attrs>=23.1.0
77
certifi>=2023.11.17

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
'pip>=23.3.2',
135135
'packaging>=23.2',
136136
'setuptools>=68.0.0;python_version<"3.8"',
137-
'setuptools>=69.0.2;python_version>="3.8"',
137+
'setuptools>=69.0.3;python_version>="3.8"',
138138
'wheel>=0.42.0',
139139
'attrs>=23.1.0',
140140
"certifi>=2023.11.17",

0 commit comments

Comments
 (0)