From 2083f8f50b703141182483205d22b2259a3cd72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:08:41 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.17 to 4.2.18 in /backend Bumps [django](https://github.com/django/django) from 4.2.17 to 4.2.18. - [Commits](https://github.com/django/django/compare/4.2.17...4.2.18) --- 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 76bb9000..68b91287 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -398,13 +398,13 @@ files = [ [[package]] name = "django" -version = "4.2.17" +version = "4.2.18" 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.17-py3-none-any.whl", hash = "sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0"}, - {file = "Django-4.2.17.tar.gz", hash = "sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc"}, + {file = "Django-4.2.18-py3-none-any.whl", hash = "sha256:ba52eff7e228f1c775d5b0db2ba53d8c49d2f8bfe6ca0234df6b7dd12fb25b19"}, + {file = "Django-4.2.18.tar.gz", hash = "sha256:52ae8eacf635617c0f13b44f749e5ea13dc34262819b2cc8c8636abb08d82c4b"}, ] [package.dependencies] @@ -1970,4 +1970,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "2d8252c18dad9c6ca605bf3a038aab7093fb721ac9a6ae8eae21852239cd0fa9" +content-hash = "e02ae505d33df0b2183caaa66410ce7370f998c0ce3f3256621cf9219eecf815" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index beefa414..f1ea4ecc 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.17" +django = "^4.2.18" # might remove this once we find out how the jsonapi extras_require work django-cors-headers = "^4.6.0" django-filter = "^24.3"