Refresh Python dependencies

This commit is contained in:
Michael Mintz 2024-09-04 00:41:16 -04:00
parent 974731063b
commit 4a598ac2de
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ MarkupSafe==2.1.5
Jinja2==3.1.4
click==8.1.7
ghp-import==2.1.0
watchdog==5.0.0
watchdog==5.0.2
cairocffi==1.7.1
pathspec==0.12.1
Babel==2.16.0
@ -20,7 +20,7 @@ lxml==5.3.0
pyquery==2.0.1
readtime==3.0.0
mkdocs==1.6.1
mkdocs-material==9.5.33
mkdocs-material==9.5.34
mkdocs-exclude-search==0.6.6
mkdocs-simple-hooks==0.1.5
mkdocs-material-extensions==1.3.1

View File

@ -263,7 +263,7 @@ setup(
'pdfminer.six==20221105;python_version<"3.8"',
'pdfminer.six==20240706;python_version>="3.8"',
'cryptography==39.0.2;python_version<"3.9"',
'cryptography==43.0.0;python_version>="3.9"',
'cryptography==43.0.1;python_version>="3.9"',
'cffi==1.15.1;python_version<"3.8"',
'cffi==1.17.0;python_version>="3.8"',
"pycparser==2.22",