We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cefe6 commit 9cc66b9Copy full SHA for 9cc66b9
mkdocs_build/requirements.txt
@@ -3,7 +3,7 @@
3
4
regex>=2024.11.6
5
pymdown-extensions>=10.14.3
6
-pipdeptree>=2.26.0
+pipdeptree>=2.26.1
7
python-dateutil>=2.8.2
8
Markdown==3.8
9
click==8.1.8
requirements.txt
@@ -1,7 +1,7 @@
1
pip>=25.0.1
2
packaging>=25.0
setuptools~=70.2;python_version<"3.10"
-setuptools>=78.1.0;python_version>="3.10"
+setuptools>=78.1.1;python_version>="3.10"
wheel>=0.45.1
attrs>=25.3.0
certifi>=2025.1.31
setup.py
@@ -150,7 +150,7 @@
150
'pip>=25.0.1',
151
'packaging>=25.0',
152
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153
- 'setuptools>=78.1.0;python_version>="3.10"',
+ 'setuptools>=78.1.1;python_version>="3.10"',
154
'wheel>=0.45.1',
155
'attrs>=25.3.0',
156
"certifi>=2025.1.31",
0 commit comments