From 6db1c8c745cd2b126e4cd9d81bc217bff816123a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 10:27:10 +0000 Subject: [PATCH] chore(deps): bump djangorestframework-jsonapi from 6.1.0 to 7.0.0 Bumps [djangorestframework-jsonapi](https://github.com/django-json-api/django-rest-framework-json-api) from 6.1.0 to 7.0.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/v6.1.0...v7.0.0) --- updated-dependencies: - dependency-name: djangorestframework-jsonapi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index cccf2c8d..509577d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -580,18 +580,18 @@ django = ">=3.0" [[package]] name = "djangorestframework-jsonapi" -version = "6.1.0" +version = "7.0.0" description = "A Django REST framework API adapter for the JSON:API spec." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "djangorestframework-jsonapi-6.1.0.tar.gz", hash = "sha256:237a6ed3780f0b6571c838c33fde57286152166213ad2986cb1d0f45cff45425"}, - {file = "djangorestframework_jsonapi-6.1.0-py2.py3-none-any.whl", hash = "sha256:d35fc0868ef104038882203da160c7b51216dec3f4e089cd5177bb95f9fe4af1"}, + {file = "djangorestframework-jsonapi-7.0.0.tar.gz", hash = "sha256:0395cc51cb80732a2da5de72272e147c9b491764a23bca97d16d183ce4406562"}, + {file = "djangorestframework_jsonapi-7.0.0-py2.py3-none-any.whl", hash = "sha256:99825170b5cea14380a70d2c7c45e8b65efb7f13f46b72dfcfa4101ddc7078df"}, ] [package.dependencies] -django = ">=3.2" -djangorestframework = ">=3.13" +django = ">=4.2" +djangorestframework = ">=3.14" inflection = ">=0.5.0" [package.extras] @@ -1987,4 +1987,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "409d16c7463e9df48820e173c17e259227cdc08899531359862ee780bc2421b8" +content-hash = "aea51de2bf2220300eb5876ce4a9feb8994b3429666a464b21b624596b7c1909" diff --git a/pyproject.toml b/pyproject.toml index 23efdc2e..92918947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ django-filter = "^24.2" django-multiselectfield = "^0.1.12" django-prometheus = "^2.3.1" djangorestframework = "^3.15.1" -djangorestframework-jsonapi = "^6.1.0" +djangorestframework-jsonapi = "^7.0.0" mozilla-django-oidc = "^4.0.1" pytz = "^2024.1" pyexcel-webio = "^0.1.4"