diff --git a/poetry.lock b/poetry.lock index 520e78b..24e45f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -135,13 +135,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] @@ -670,4 +670,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c5a49dfba9412306516bad1d883da302dfe3ac847883a1804122e6e10970c94b" +content-hash = "a7c7dd8a5a192f844f33155e8ee9277a609bf28391f86d8c83898459d412f03c" diff --git a/pyproject.toml b/pyproject.toml index 672ab66..d3172b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" -Django = "^5.0.6" +Django = "^5.0.8" django-environ = "^0.11.2" django-model-utils = "^4.5.1" gunicorn = "^22.0.0"