diff --git a/django_app/poetry.lock b/django_app/poetry.lock index bd87f0d4b..d9e2801cd 100644 --- a/django_app/poetry.lock +++ b/django_app/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -1064,13 +1064,13 @@ files = [ [[package]] name = "django" -version = "5.0.6" +version = "5.0.7" 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.0.6-py3-none-any.whl", hash = "sha256:8363ac062bb4ef7c3f12d078f6fa5d154031d129a15170a1066412af49d30905"}, - {file = "Django-5.0.6.tar.gz", hash = "sha256:ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"}, + {file = "Django-5.0.7-py3-none-any.whl", hash = "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da"}, + {file = "Django-5.0.7.tar.gz", hash = "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2"}, ] [package.dependencies] @@ -3505,4 +3505,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11.2,<3.13" -content-hash = "c09c07df08240d35432e3140ff2d2700211e90bec468d157c6f33287a726f77e" +content-hash = "bba419a667f17bbf0427c3a69089dfa38bb1754772e1eb1a144a79c6571ab42f" diff --git a/django_app/pyproject.toml b/django_app/pyproject.toml index 577516e51..458b68714 100644 --- a/django_app/pyproject.toml +++ b/django_app/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.11.2,<3.13" -django = "^5.0.6" +django = "^5.0.7" django-compressor = "^4.4" django-libsass = "^0.9" django-magic-link = "^1.0.0"