Bump dependencies

This commit is contained in:
Adam Goldsmith 2023-09-07 10:54:59 -04:00
parent 4502c1b3ef
commit 28abbf69f8
2 changed files with 631 additions and 792 deletions

1403
pdm.lock

File diff suppressed because it is too large Load Diff

View File

@ -8,15 +8,15 @@ authors = [
dependencies = [
"django~=4.2",
"django-admin-logs~=1.0",
"django-auth-ldap~=4.3",
"django-auth-ldap~=4.5",
"django-markdownx~=4.0",
"django-recurrence~=1.11",
"django-widget-tweaks~=1.4",
"django-widget-tweaks~=1.5",
"django-stubs-ext~=4.2",
"markdownify~=0.11",
"mdformat~=0.7",
"mdformat-tables~=0.4",
"mysqlclient~=2.1",
"mysqlclient~=2.2",
"bleach~=6.0",
"django-autocomplete-light~=3.9",
"weasyprint~=59.0",
@ -28,8 +28,8 @@ requires-python = ">=3.9"
[project.optional-dependencies]
server = [
"uvicorn~=0.22",
"setuptools~=68.0",
"uvicorn~=0.23",
"setuptools~=68.2",
]
[tool.djlint]
@ -64,20 +64,20 @@ name = "pypi"
[tool.pdm.dev-dependencies]
lint = [
"black~=23.3",
"djlint~=1.31",
"black~=23.7",
"djlint~=1.32",
]
typing = [
"mypy~=1.3",
"mypy~=1.4",
"django-stubs~=4.2",
"setuptools~=68.0",
"setuptools~=68.2",
"types-bleach~=6.0",
"types-requests~=2.31",
"types-urllib3~=1.26",
"djangorestframework-stubs[compatible-mypy]~=3.14",
]
debug = [
"django-debug-toolbar~=4.1",
"django-debug-toolbar~=4.2",
]
[tool.pdm.scripts]