update python deps

This commit is contained in:
imperosol
2026-06-05 11:21:26 +02:00
parent bcc44727df
commit d0a80a3ec8
2 changed files with 230 additions and 226 deletions
+10 -10
View File
@@ -19,7 +19,7 @@ authors = [
license = { text = "GPL-3.0-only" }
requires-python = "<4.0,>=3.12"
dependencies = [
"django>=5.2.14,<6.0.0",
"django>=5.2.15,<6.0.0",
"django-ninja>=1.6.2,<2.0.0",
"django-ninja-extra>=0.31.4",
"Pillow>=12.2.0,<13.0.0",
@@ -27,15 +27,15 @@ dependencies = [
"django-jinja<3.0.0,>=2.11.0",
"cryptography>=48.0.0,<49.0.0",
"django-phonenumber-field>=8.4.0,<9.0.0",
"phonenumbers>=9.0.30,<10.0.0",
"phonenumbers>=9.0.32,<10.0.0",
"reportlab>=4.5.1,<5.0.0",
"django-haystack>=3.3.0,<4.0.0",
"django-haystack>=3.4.0,<4.0.0",
"xapian-haystack>=4.0.0,<5.0.0",
"libsass>=0.23.0,<1.0.0",
"django-ordered-model>=3.7.4,<4.0.0",
"django-simple-captcha>=0.6.3,<1.0.0",
"python-dateutil>=2.9.0.post0,<3.0.0.0",
"sentry-sdk>=2.60.0,<3.0.0",
"sentry-sdk>=2.61.1,<3.0.0",
"jinja2>=3.1.6,<4.0.0",
"django-countries>=8.2.0,<9.0.0",
"dict2xml>=1.7.8,<2.0.0",
@@ -44,8 +44,8 @@ dependencies = [
"django-honeypot>=1.3.0,<2",
"pydantic-extra-types>=2.11.1,<3.0.0",
"ical>=12.0.0,<14.0.0",
"redis[hiredis]>=3.3.1,<8.0.0",
"environs[django]>=15.0.1,<16",
"redis[hiredis]>=3.4.0,<8.0.0",
"environs[django]>=6.0.5,<16",
"requests>=2.34.2,<3.0.0",
"honcho>=2.0.0",
"psutil>=7.2.2,<8.0.0",
@@ -64,11 +64,11 @@ prod = [
]
dev = [
"django-debug-toolbar>=6.3.0,<7",
"ipython>=9.13.0,<10.0.0",
"ipython>=9.14.1,<10.0.0",
"pre-commit>=4.6.0,<5.0.0",
"ruff>=0.15.13,<1.0.0",
"ruff>=0.15.16,<1.0.0",
"djhtml>=3.0.11,<4.0.0",
"faker>=40.18.0,<41.0.0",
"faker>=40.21.0,<41.0.0",
"rjsmin>=1.2.5,<2.0.0",
]
tests = [
@@ -84,7 +84,7 @@ docs = [
"mkdocs>=1.6.1,<2.0.0",
"mkdocs-material>=9.7.6,<10.0.0",
"mkdocstrings>=1.0.4,<2.0.0",
"mkdocstrings-python>=2.0.3,<3.0.0",
"mkdocstrings-python>=2.0.4,<3.0.0",
"mkdocs-include-markdown-plugin>=7.3.0,<8.0.0",
]