diff --git a/backend/poetry.lock b/backend/poetry.lock index f57b4c67..dd52e55a 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -441,13 +441,13 @@ files = [ [[package]] name = "django" -version = "5.0.6" +version = "5.0.8" 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.8-py3-none-any.whl", hash = "sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45"}, + {file = "Django-5.0.8.tar.gz", hash = "sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b"}, ] [package.dependencies] @@ -1627,4 +1627,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.11.4" -content-hash = "38ca277a671386e88ace4172a6fedd6a4594440db3899fff2dc8523fc715700f" +content-hash = "2b95b0305e24a1e44c6041c4acdeb786db7d27352194e7f67ec63fdfe4f5350c" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 302e998b..0e8a99c2 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11.4" -django = "^5.0.3" +django = "^5.0.8" django-sslserver = "^0.22" djangorestframework = "^3.15.1" django-rest-swagger = "^2.2.0"