diff --git a/poetry.lock b/poetry.lock index c23ec959..6c3708f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -375,17 +375,17 @@ files = [ [[package]] name = "django" -version = "4.2.11" +version = "5.0.4" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" 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-5.0.4-py3-none-any.whl", hash = "sha256:916423499d75d62da7aa038d19aef23d23498d8df229775eb0a6309ee1013775"}, + {file = "Django-5.0.4.tar.gz", hash = "sha256:4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.7.0,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -1955,4 +1955,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8081b96999206f39b768511c82efbc586d03259262d05747c92bb6811cb9fbbb" +content-hash = "2bcc714fd51c3ac75e5e0f1d0ae347a168041e5bca5b63c2b47e4058a2298f9d" diff --git a/pyproject.toml b/pyproject.toml index 48b1bedf..3c799b11 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 = "^5.0.4" # might remove this once we find out how the jsonapi extras_require work django-cors-headers = "^4.3.1" django-filter = "^23.5"