diff --git a/poetry.lock b/poetry.lock index c590cb49..c23ec959 100644 --- a/poetry.lock +++ b/poetry.lock @@ -375,18 +375,18 @@ files = [ [[package]] name = "django" -version = "4.1.13" +version = "4.2.11" 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.1.13-py3-none-any.whl", hash = "sha256:04ab3f6f46d084a0bba5a2c9a93a3a2eb3fe81589512367a75f79ee8acf790ce"}, - {file = "Django-4.1.13.tar.gz", hash = "sha256:94a3f471e833c8f124ee7a2de11e92f633991d975e3fa5bdd91e8abd66426318"}, + {file = "Django-4.2.11-py3-none-any.whl", hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3"}, + {file = "Django-4.2.11.tar.gz", hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"}, ] [package.dependencies] -asgiref = ">=3.5.2,<4" -sqlparse = ">=0.2.2" +asgiref = ">=3.6.0,<4" +sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] @@ -1955,4 +1955,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4dceeb4b1c9f21735d03ee5cfce44a4c19402334873d2923255c0ac6813b87dd" +content-hash = "8081b96999206f39b768511c82efbc586d03259262d05747c92bb6811cb9fbbb" diff --git a/pyproject.toml b/pyproject.toml index c1399539..48b1bedf 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.1.13" +django = "^4.2.11" # might remove this once we find out how the jsonapi extras_require work django-cors-headers = "^4.3.1" django-filter = "^23.5"