diff --git a/poetry.lock b/poetry.lock index 509577d3..db04db79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -388,13 +388,13 @@ files = [ [[package]] name = "django" -version = "4.2.11" +version = "4.2.13" 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.11-py3-none-any.whl", hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3"}, - {file = "Django-4.2.11.tar.gz", hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"}, + {file = "Django-4.2.13-py3-none-any.whl", hash = "sha256:a17fcba2aad3fc7d46fdb23215095dbbd64e6174bf4589171e732b18b07e426a"}, + {file = "Django-4.2.13.tar.gz", hash = "sha256:837e3cf1f6c31347a1396a3f6b65688f2b4bb4a11c580dcb628b5afe527b68a5"}, ] [package.dependencies] @@ -1987,4 +1987,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "aea51de2bf2220300eb5876ce4a9feb8994b3429666a464b21b624596b7c1909" +content-hash = "25e259aaf9c1ccc3bb080d2014d1996a04d69f73dc0c3f0a9b3ada1a6290a830" diff --git a/pyproject.toml b/pyproject.toml index 92918947..9e9cd1ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ include = ["CHANGELOG.md"] [tool.poetry.dependencies] python = "^3.11" python-dateutil = "^2.9.0" -django = "^4.2.11" +django = "^4.2.13" # might remove this once we find out how the jsonapi extras_require work django-cors-headers = "^4.3.1" django-filter = "^24.2"