chore(deps): bump django from 5.1.4 to 5.1.5 in /api (#6519)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-01-15 10:52:11 +01:00
committed by GitHub
parent d7b40905ff
commit 8a828c6e51
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@@ -1369,13 +1369,13 @@ profile = ["gprof2dot (>=2022.7.29)"]
[[package]]
name = "django"
version = "5.1.4"
version = "5.1.5"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
optional = false
python-versions = ">=3.10"
files = [
{file = "Django-5.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"},
{file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"},
{file = "Django-5.1.5-py3-none-any.whl", hash = "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459"},
{file = "Django-5.1.5.tar.gz", hash = "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3"},
]
[package.dependencies]
@@ -5070,4 +5070,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.11,<3.13"
content-hash = "247311932c0e29596c7edad53f681df4265c1578deda47045c67c355cd4eb883"
content-hash = "53baad902b761d8b05230eb12f58696164eea9858511474bb42c19b768fe6b10"

View File

@@ -12,7 +12,7 @@ version = "1.1.0"
[tool.poetry.dependencies]
celery = {extras = ["pytest"], version = "^5.4.0"}
django = "5.1.4"
django = "5.1.5"
django-celery-beat = "^2.7.0"
django-celery-results = "^2.5.1"
django-cors-headers = "4.4.0"