diff --git a/poetry.lock b/poetry.lock index 40dd344..49a6551 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.0 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.25" 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.25-py3-none-any.whl", hash = "sha256:9584cf26b174b35620e53c2558b09d7eb180a655a3470474f513ff9acb494f8c"}, + {file = "django-4.2.25.tar.gz", hash = "sha256:2391ab3d78191caaae2c963c19fd70b99e9751008da22a0adcc667c5a4f8d311"}, ] [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 = "c68e7567d68c2bb853150de7ba2c5d63c2d491f17d8cf3ad8646754e58831093" diff --git a/pyproject.toml b/pyproject.toml index 86285a5..0a5e511 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.25" django-countries = "^7.5.0" django-cookie-law = "^2.2.0" django-impersonate = "^1.9.1"