Refresh Python dependencies
This commit is contained in:
parent
51ec1c7244
commit
d9ce2d027b
|
@ -2,7 +2,7 @@
|
||||||
# Minimum Python version: 3.9 (for generating docs only)
|
# Minimum Python version: 3.9 (for generating docs only)
|
||||||
|
|
||||||
regex>=2024.11.6
|
regex>=2024.11.6
|
||||||
pymdown-extensions>=10.14.2
|
pymdown-extensions>=10.14.3
|
||||||
pipdeptree>=2.25.0
|
pipdeptree>=2.25.0
|
||||||
python-dateutil>=2.8.2
|
python-dateutil>=2.8.2
|
||||||
Markdown==3.7
|
Markdown==3.7
|
||||||
|
@ -11,10 +11,10 @@ ghp-import==2.1.0
|
||||||
watchdog==6.0.0
|
watchdog==6.0.0
|
||||||
cairocffi==1.7.1
|
cairocffi==1.7.1
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
Babel==2.16.0
|
Babel==2.17.0
|
||||||
paginate==0.5.7
|
paginate==0.5.7
|
||||||
mkdocs==1.6.1
|
mkdocs==1.6.1
|
||||||
mkdocs-material==9.5.50
|
mkdocs-material==9.6.1
|
||||||
mkdocs-exclude-search==0.6.6
|
mkdocs-exclude-search==0.6.6
|
||||||
mkdocs-simple-hooks==0.1.5
|
mkdocs-simple-hooks==0.1.5
|
||||||
mkdocs-material-extensions==1.3.1
|
mkdocs-material-extensions==1.3.1
|
||||||
|
|
|
@ -4,7 +4,7 @@ setuptools~=70.2;python_version<"3.10"
|
||||||
setuptools>=75.8.0;python_version>="3.10"
|
setuptools>=75.8.0;python_version>="3.10"
|
||||||
wheel>=0.45.1
|
wheel>=0.45.1
|
||||||
attrs>=25.1.0
|
attrs>=25.1.0
|
||||||
certifi>=2024.12.14
|
certifi>=2025.1.31
|
||||||
exceptiongroup>=1.2.2
|
exceptiongroup>=1.2.2
|
||||||
websockets~=13.1;python_version<"3.9"
|
websockets~=13.1;python_version<"3.9"
|
||||||
websockets>=14.2;python_version>="3.9"
|
websockets>=14.2;python_version>="3.9"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -153,7 +153,7 @@ setup(
|
||||||
'setuptools>=75.8.0;python_version>="3.10"',
|
'setuptools>=75.8.0;python_version>="3.10"',
|
||||||
'wheel>=0.45.1',
|
'wheel>=0.45.1',
|
||||||
'attrs>=25.1.0',
|
'attrs>=25.1.0',
|
||||||
"certifi>=2024.12.14",
|
"certifi>=2025.1.31",
|
||||||
"exceptiongroup>=1.2.2",
|
"exceptiongroup>=1.2.2",
|
||||||
'websockets~=13.1;python_version<"3.9"',
|
'websockets~=13.1;python_version<"3.9"',
|
||||||
'websockets>=14.2;python_version>="3.9"',
|
'websockets>=14.2;python_version>="3.9"',
|
||||||
|
|
Loading…
Reference in New Issue