We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c791499 commit b1fa3c5Copy full SHA for b1fa3c5
requirements.txt
@@ -1,7 +1,7 @@
1
pip>=23.3.2
2
packaging>=23.2
3
setuptools>=68.0.0;python_version<"3.8"
4
-setuptools>=69.0.2;python_version>="3.8"
+setuptools>=69.0.3;python_version>="3.8"
5
wheel>=0.42.0
6
attrs>=23.1.0
7
certifi>=2023.11.17
setup.py
@@ -134,7 +134,7 @@
134
'pip>=23.3.2',
135
'packaging>=23.2',
136
'setuptools>=68.0.0;python_version<"3.8"',
137
- 'setuptools>=69.0.2;python_version>="3.8"',
+ 'setuptools>=69.0.3;python_version>="3.8"',
138
'wheel>=0.42.0',
139
'attrs>=23.1.0',
140
"certifi>=2023.11.17",
0 commit comments