From d30e0b9e68a6de60d28b6c1fde215489f2566667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:59:29 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.18 to 4.2.19 in /backend Bumps [django](https://github.com/django/django) from 4.2.18 to 4.2.19. - [Commits](https://github.com/django/django/compare/4.2.18...4.2.19) --- 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 1c30639e5..3c17a6131 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -393,13 +393,13 @@ files = [ [[package]] name = "django" -version = "4.2.18" +version = "4.2.19" 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.18-py3-none-any.whl", hash = "sha256:ba52eff7e228f1c775d5b0db2ba53d8c49d2f8bfe6ca0234df6b7dd12fb25b19"}, - {file = "Django-4.2.18.tar.gz", hash = "sha256:52ae8eacf635617c0f13b44f749e5ea13dc34262819b2cc8c8636abb08d82c4b"}, + {file = "Django-4.2.19-py3-none-any.whl", hash = "sha256:a104e13f219fc55996a4e416ef7d18ab4eeb44e0aa95174c192f16cda9f94e75"}, + {file = "Django-4.2.19.tar.gz", hash = "sha256:6c833be4b0ca614f0a919472a1028a3bbdeb6f056fa04023aeb923346ba2c306"}, ] [package.dependencies] @@ -1968,4 +1968,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "af8197fa8e5119e36db339b34618c2828262d2e361b41a6b0c1d5d87559927a9" +content-hash = "7a0ab39d99cf9630f7025e038ac0d30903e436c6ad583b902bdfe91a6dedc32f" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5adfb1e7d..112c12bb7 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.18" +django = "^4.2.19" # might remove this once we find out how the jsonapi extras_require work django-cors-headers = "^4.6.0" django-filter = "^24.3"