Refresh Python dependencies

This commit is contained in:
Michael Mintz 2025-02-01 14:40:06 -05:00
parent 51ec1c7244
commit d9ce2d027b
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Minimum Python version: 3.9 (for generating docs only)
regex>=2024.11.6
pymdown-extensions>=10.14.2
pymdown-extensions>=10.14.3
pipdeptree>=2.25.0
python-dateutil>=2.8.2
Markdown==3.7
@ -11,10 +11,10 @@ ghp-import==2.1.0
watchdog==6.0.0
cairocffi==1.7.1
pathspec==0.12.1
Babel==2.16.0
Babel==2.17.0
paginate==0.5.7
mkdocs==1.6.1
mkdocs-material==9.5.50
mkdocs-material==9.6.1
mkdocs-exclude-search==0.6.6
mkdocs-simple-hooks==0.1.5
mkdocs-material-extensions==1.3.1

View File

@ -4,7 +4,7 @@ setuptools~=70.2;python_version<"3.10"
setuptools>=75.8.0;python_version>="3.10"
wheel>=0.45.1
attrs>=25.1.0
certifi>=2024.12.14
certifi>=2025.1.31
exceptiongroup>=1.2.2
websockets~=13.1;python_version<"3.9"
websockets>=14.2;python_version>="3.9"

View File

@ -153,7 +153,7 @@ setup(
'setuptools>=75.8.0;python_version>="3.10"',
'wheel>=0.45.1',
'attrs>=25.1.0',
"certifi>=2024.12.14",
"certifi>=2025.1.31",
"exceptiongroup>=1.2.2",
'websockets~=13.1;python_version<"3.9"',
'websockets>=14.2;python_version>="3.9"',