From db0f0101db2044917136050752dae687d836ba00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:02:06 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.15 to 4.2.16 in /backend Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.2.15...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 3e3b0e61..de6bbb91 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -408,13 +408,13 @@ files = [ [[package]] name = "django" -version = "4.2.15" +version = "4.2.16" 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.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, - {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, + {file = "Django-4.2.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898"}, + {file = "Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad"}, ] [package.dependencies] @@ -1965,4 +1965,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "01a388a310fb0283b1c3eb16f506b797711013c4f156cf0837a0dc0a7c2b0ec0" +content-hash = "5fc2cbd1258d5f3e2ca5c9f8ff88e3f3c4849903ec5c5b5765ba85c747b821f8" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 1603b56f..e5eade5d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -21,7 +21,7 @@ include = ["CHANGELOG.md"] [tool.poetry.dependencies] python = "^3.12" python-dateutil = "^2.9.0" -django = "^4.2.15" +django = "^4.2.16" # might remove this once we find out how the jsonapi extras_require work django-cors-headers = "^4.4.0" django-filter = "^24.3"