diff --git a/poetry.lock b/poetry.lock index 40dd344..44a721b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 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 = "asgiref" @@ -484,14 +484,14 @@ files = [ [[package]] name = "django" -version = "4.2.23" +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.23-py3-none-any.whl", hash = "sha256:dafbfaf52c2f289bd65f4ab935791cb4fb9a198f2a5ba9faf35d7338a77e9803"}, - {file = "django-4.2.23.tar.gz", hash = "sha256:42fdeaba6e6449d88d4f66de47871015097dc6f1b87910db00a91946295cfae4"}, + {file = "django-4.2.26-py3-none-any.whl", hash = "sha256:c96e64fc3c359d051a6306871bd26243db1bd02317472a62ffdbe6c3cae14280"}, + {file = "django-4.2.26.tar.gz", hash = "sha256:9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a"}, ] [package.dependencies] @@ -2589,4 +2589,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "962c6d252d880c0782e053b294fa1f5e64878ef857152641224dff284a7b52a7" +content-hash = "1026e788f52cc960b4c6458785f56350b092761ee6bf8a73236aaafec8cf83b7" diff --git a/pyproject.toml b/pyproject.toml index 86285a5..4fd880c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -Django = "~=4.2.17" +Django = "~=4.2.26" django-countries = "^7.5.0" django-cookie-law = "^2.2.0" django-impersonate = "^1.9.1"