Refresh Python dependencies

This commit is contained in:
Michael Mintz 2025-03-25 16:22:05 -04:00
parent f8f3010541
commit 71a0446121
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
regex>=2024.11.6
pymdown-extensions>=10.14.3
pipdeptree>=2.25.1
pipdeptree>=2.26.0
python-dateutil>=2.8.2
Markdown==3.7
click==8.1.8

View File

@ -1,7 +1,7 @@
pip>=25.0.1
packaging>=24.2
setuptools~=70.2;python_version<"3.10"
setuptools>=77.0.3;python_version>="3.10"
setuptools>=78.0.2;python_version>="3.10"
wheel>=0.45.1
attrs>=25.3.0
certifi>=2025.1.31
@ -28,7 +28,7 @@ pyyaml>=6.0.2
pygments>=2.19.1
pyreadline3>=3.5.3;platform_system=="Windows"
tabcompleter>=1.4.0
pdbp>=1.6.1
pdbp>=1.7.0
idna==3.10
chardet==5.2.0
charset-normalizer==3.4.1

View File

@ -150,7 +150,7 @@ setup(
'pip>=25.0.1',
'packaging>=24.2',
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
'setuptools>=77.0.3;python_version>="3.10"',
'setuptools>=78.0.2;python_version>="3.10"',
'wheel>=0.45.1',
'attrs>=25.3.0',
"certifi>=2025.1.31",
@ -177,7 +177,7 @@ setup(
'pygments>=2.19.1',
'pyreadline3>=3.5.3;platform_system=="Windows"',
"tabcompleter>=1.4.0",
"pdbp>=1.6.1",
"pdbp>=1.7.0",
"idna==3.10",
'chardet==5.2.0',
'charset-normalizer==3.4.1',
@ -259,7 +259,7 @@ setup(
# pip install -e .[pdfminer]
# (An optional library for parsing PDF files.)
"pdfminer": [
'pdfminer.six==20240706',
'pdfminer.six==20250324',
'cryptography==39.0.2;python_version<"3.9"',
'cryptography==44.0.2;python_version>="3.9"',
'cffi==1.17.1',