diff --git a/poetry.lock b/poetry.lock index 09861fbcd..15d7c6bf7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 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 = "adrf" @@ -700,13 +700,13 @@ files = [ [[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] @@ -2476,4 +2476,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "6518c1e66cade32a7aa1040d85b59d0b937db761f77c672fd4cb34068d4b9476" +content-hash = "2d95eb9fdfc32c3141ff5ded3effb8507fd8e7061c0dce007eb5b303227a4361" diff --git a/pyproject.toml b/pyproject.toml index 38f6aa826..2f020a2a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10.0" bento-lib = {extras = ["django"], version = "^11.10.1"} -Django = "^4.2.10" +Django = "^4.2.14" django-autocomplete-light = "^3.11.0" django-cors-headers = "^4.3.1" django-filter = "^24.2"