Refresh Python dependencies

This commit is contained in:
Michael Mintz 2024-04-14 11:57:14 -04:00
parent 66394b359f
commit 6b84d945e2
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
regex>=2023.12.25
pymdown-extensions>=10.7.1
pipdeptree>=2.18.0
pipdeptree>=2.18.1
python-dateutil>=2.8.2
Markdown==3.6
markdown2==2.4.13

View File

@ -1,7 +1,7 @@
pip>=24.0
packaging>=24.0
setuptools>=68.0.0;python_version<"3.8"
setuptools>=69.2.0;python_version>="3.8"
setuptools>=69.5.1;python_version>="3.8"
wheel>=0.42.0;python_version<"3.8"
wheel>=0.43.0;python_version>="3.8"
attrs>=23.2.0

View File

@ -149,7 +149,7 @@ setup(
'pip>=24.0',
'packaging>=24.0',
'setuptools>=68.0.0;python_version<"3.8"',
'setuptools>=69.2.0;python_version>="3.8"',
'setuptools>=69.5.1;python_version>="3.8"',
'wheel>=0.42.0;python_version<"3.8"',
'wheel>=0.43.0;python_version>="3.8"',
'attrs>=23.2.0',