From f9158fb52dd2dbfc438a71b53967e1b38e74ed88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:39:35 +0000 Subject: [PATCH] chore(deps): bump djangorestframework-jsonapi in /backend Bumps [djangorestframework-jsonapi](https://github.com/django-json-api/django-rest-framework-json-api) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/django-json-api/django-rest-framework-json-api/releases) - [Changelog](https://github.com/django-json-api/django-rest-framework-json-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-json-api/django-rest-framework-json-api/compare/v7.0.2...v7.1.0) --- updated-dependencies: - dependency-name: djangorestframework-jsonapi dependency-type: direct:production update-type: version-update:semver-minor ... 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 aa6d5d77..81c34cd0 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -576,13 +576,13 @@ django = ">=4.2" [[package]] name = "djangorestframework-jsonapi" -version = "7.0.2" +version = "7.1.0" description = "A Django REST framework API adapter for the JSON:API spec." optional = false python-versions = ">=3.8" files = [ - {file = "djangorestframework-jsonapi-7.0.2.tar.gz", hash = "sha256:d6c72a2bee539f1093dd86620e862af2d1a0e60408e38a710146286dbde71d75"}, - {file = "djangorestframework_jsonapi-7.0.2-py2.py3-none-any.whl", hash = "sha256:be457adb50aac77eec8893048bf46ad6926dcd26204aa10965a1430610828d50"}, + {file = "djangorestframework_jsonapi-7.1.0-py2.py3-none-any.whl", hash = "sha256:506d7179b6c2d29c4b7879afb4cadf8b0bb468accd40787491875ad680b4993a"}, + {file = "djangorestframework_jsonapi-7.1.0.tar.gz", hash = "sha256:487e4fe5a0590e655cb3af947c8cee7b54be8ced14a81aac53056f2c43a92343"}, ] [package.dependencies] @@ -1970,4 +1970,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b473d5360fe6ec76b7508e61ee022be162910e9ef53ee6ccb584514cd05164f5" +content-hash = "71548e8383ea2646b7b1e03414b54bde5d20a0eb209343053114f5eaa9e89058" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e8264db7..fc3b93ff 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -27,7 +27,7 @@ django-cors-headers = "^4.6.0" django-filter = "^24.3" django-prometheus = "^2.3.1" djangorestframework = "^3.15.2" -djangorestframework-jsonapi = "^7.0.2" +djangorestframework-jsonapi = "^7.1.0" mozilla-django-oidc = "^4.0.1" pytz = "^2024.2" pyexcel-webio = "^0.1.4"