diff --git a/poetry.lock b/poetry.lock index daf5892..cc5f5b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "appnope" @@ -410,13 +410,13 @@ static3 = "*" [[package]] name = "django" -version = "4.2.13" +version = "4.2.14" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.13-py3-none-any.whl", hash = "sha256:a17fcba2aad3fc7d46fdb23215095dbbd64e6174bf4589171e732b18b07e426a"}, - {file = "Django-4.2.13.tar.gz", hash = "sha256:837e3cf1f6c31347a1396a3f6b65688f2b4bb4a11c580dcb628b5afe527b68a5"}, + {file = "Django-4.2.14-py3-none-any.whl", hash = "sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240"}, + {file = "Django-4.2.14.tar.gz", hash = "sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96"}, ] [package.dependencies] @@ -1225,4 +1225,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "9aa59a4c9084958a8021dc10dfa44433b9e9370ee422a117ae0cb0c9b820f799" +content-hash = "724bff2e5f92815e612a8abc3490d10f99f5622ab24411285079a989812290c3" diff --git a/pyproject.toml b/pyproject.toml index 0607661..fc820f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "~3.12" -Django = "4.2.13" +Django = "4.2.14" django-ipware = "7.0.1" social-auth-app-django = "5.4.1" social-auth-core = "4.5.4"