Refresh Python dependencies

This commit is contained in:
Michael Mintz 2024-08-13 00:19:28 -04:00
parent 6af03b6ebd
commit 9aa60a3cb5
3 changed files with 7 additions and 7 deletions

View File

@ -11,12 +11,12 @@ MarkupSafe==2.1.5
Jinja2==3.1.4
click==8.1.7
ghp-import==2.1.0
watchdog==4.0.1
watchdog==4.0.2
cairocffi==1.7.1
pathspec==0.12.1
Babel==2.15.0
Babel==2.16.0
paginate==0.5.6
lxml==5.2.2
lxml==5.3.0
pyquery==2.0.0
readtime==3.0.0
mkdocs==1.6.0

View File

@ -31,7 +31,7 @@ sniffio==1.3.1
h11==0.14.0
outcome==1.3.0.post0
trio==0.22.2;python_version<"3.8"
trio==0.26.1;python_version>="3.8"
trio==0.26.2;python_version>="3.8"
trio-websocket==0.11.1
wsproto==1.2.0
websocket-client==1.8.0;python_version>="3.8"
@ -66,7 +66,7 @@ pygments==2.17.2;python_version<"3.8"
pygments==2.18.0;python_version>="3.8"
pyreadline3==3.4.1;platform_system=="Windows"
tabcompleter==1.3.3
pdbp==1.5.3
pdbp==1.5.4
colorama==0.4.6
pyotp==2.9.0
python-xlib==0.33;platform_system=="Linux"

View File

@ -179,7 +179,7 @@ setup(
'h11==0.14.0',
'outcome==1.3.0.post0',
'trio==0.22.2;python_version<"3.8"',
'trio==0.26.1;python_version>="3.8"',
'trio==0.26.2;python_version>="3.8"',
'trio-websocket==0.11.1',
'wsproto==1.2.0',
'websocket-client==1.8.0;python_version>="3.8"',
@ -214,7 +214,7 @@ setup(
'pygments==2.18.0;python_version>="3.8"',
'pyreadline3==3.4.1;platform_system=="Windows"',
"tabcompleter==1.3.3",
"pdbp==1.5.3",
"pdbp==1.5.4",
'colorama==0.4.6',
'pyotp==2.9.0',
'python-xlib==0.33;platform_system=="Linux"',