Refresh Python dependencies

This commit is contained in:
Michael Mintz 2025-01-24 18:04:07 -05:00
parent 5dc8143fb0
commit be8c3182a0
3 changed files with 2 additions and 6 deletions

View File

@ -6,7 +6,6 @@ pymdown-extensions>=10.14.1
pipdeptree>=2.24.0
python-dateutil>=2.8.2
Markdown==3.7
markdown2==2.5.2
click==8.1.8
ghp-import==2.1.0
watchdog==6.0.0
@ -14,9 +13,6 @@ cairocffi==1.7.1
pathspec==0.12.1
Babel==2.16.0
paginate==0.5.7
lxml==5.3.0
pyquery==2.0.1
readtime==3.0.0
mkdocs==1.6.1
mkdocs-material==9.5.50
mkdocs-exclude-search==0.6.6

View File

@ -43,7 +43,7 @@ trio-websocket==0.11.1
wsproto==1.2.0
websocket-client==1.8.0
selenium==4.27.1;python_version<"3.9"
selenium==4.28.0;python_version>="3.9"
selenium==4.28.1;python_version>="3.9"
cssselect==1.2.0
sortedcontainers==2.4.0
execnet==2.1.1

View File

@ -192,7 +192,7 @@ setup(
'wsproto==1.2.0',
'websocket-client==1.8.0',
'selenium==4.27.1;python_version<"3.9"',
'selenium==4.28.0;python_version>="3.9"',
'selenium==4.28.1;python_version>="3.9"',
'cssselect==1.2.0',
"sortedcontainers==2.4.0",
'execnet==2.1.1',