diff --git a/poetry.lock b/poetry.lock index df2d7323..4cb67ff4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -551,14 +551,14 @@ typing_extensions = ">=3.10.0.0" [[package]] name = "django" -version = "4.2.16" +version = "4.2.26" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "Django-4.2.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898"}, - {file = "Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad"}, + {file = "django-4.2.26-py3-none-any.whl", hash = "sha256:c96e64fc3c359d051a6306871bd26243db1bd02317472a62ffdbe6c3cae14280"}, + {file = "django-4.2.26.tar.gz", hash = "sha256:9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a"}, ] [package.dependencies] @@ -2310,4 +2310,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.12.*" -content-hash = "242f63554bf90e74e17c91a350f99c2b450a77c82e61548b5c9727e18b825659" +content-hash = "a6550447bb3b56dfdeb5b088aa03f61716b4159bcd3d04b902b6888213b256ef" diff --git a/pyproject.toml b/pyproject.toml index 51e69bd1..bfc2a263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [] [tool.poetry.dependencies] python = "3.12.*" -Django = "^4.2.16" +Django = "^4.2.26" django-q = "^1.3.9" django-choices-field = "^2.3" django-cors-headers = "^4.4.0"