chore: upgrade deps

This commit is contained in:
2026-03-05 09:53:21 +01:00
parent 48b53d851a
commit be87ab4fa1
13 changed files with 3974 additions and 59 deletions
+11 -9
View File
@@ -7,32 +7,35 @@ requires-python = ">=3.13"
dependencies = [
"boto3==1.34.105",
"celery==5.4.0",
"dj-database-url==1.0.0",
"django==5.1.4",
"django-celery-beat==2.7.0",
"django==6.0.2",
"django-celery-beat==2.9.0",
"django-cors-headers==3.13.0",
"django-cryptography==1.1",
"django-debug-toolbar==4.4.6",
"django-environ==0.10.0",
"django-extensions==3.2.0",
"django-filter==24.3",
"django-environ==0.10.0",
"django-watchman==1.3.0",
"django-silk==5.1.0",
"django-storages==1.13.2",
"django-unfold==0.42.0",
"django-watchman==1.3.0",
"djangorestframework==3.15.2",
"dj-database-url==1.0.0",
"djangorestframework-simplejwt==5.4.0",
"drf-spectacular==0.26.1",
"gonk==0.6.1",
"ipython==8.16.1",
"pillow==11.0.0",
"Pillow==11.0.0",
"psycopg2-binary==2.9.10",
"pydes==2.0.1",
"pytailwindcss==0.2.0",
"pyDes==2.0.1",
"redis==4.5.4",
"requests==2.32.3",
"requests==2.32.4",
"pytailwindcss==0.2.0",
"uvicorn==0.21.1",
"xmltodict==0.13.0",
"whitenoise==6.11.0",
]
[tool.ruff]
@@ -88,10 +91,9 @@ venv = ".venv"
dev = [
"coverage==7.2.3",
"django-browser-reload==1.17.0",
"django-celery-beat==2.7.0",
"django-debug-toolbar==4.4.6",
"django-silk==5.1.0",
"pytest==7.3.0",
"pytest==9.0.2",
"pytest-cov==4.0.0",
"pytest-django==4.8.0",
]