From e67f61ba14ecb9ffe81f8548a4a2c3474b4c78d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:31:24 +0100 Subject: [PATCH] chore(deps): bump djangorestframework-jsonapi from 5.0.0 to 6.1.0 (#192) Bumps [djangorestframework-jsonapi](https://github.com/django-json-api/django-rest-framework-json-api) from 5.0.0 to 6.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/v5.0.0...v6.1.0) --- updated-dependencies: - dependency-name: djangorestframework-jsonapi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index b403566..83082aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -576,18 +576,18 @@ pytz = "*" [[package]] name = "djangorestframework-jsonapi" -version = "5.0.0" +version = "6.1.0" description = "A Django REST framework API adapter for the JSON:API spec." optional = false python-versions = ">=3.7" files = [ - {file = "djangorestframework-jsonapi-5.0.0.tar.gz", hash = "sha256:090c568dc99380ead71cc378020b4cd191db2ffce9ab3e9339df80d5d82c8648"}, - {file = "djangorestframework_jsonapi-5.0.0-py2.py3-none-any.whl", hash = "sha256:f25b0d24a990690e578668b7a7a191a75162f1d9561abd773d12de331cf16673"}, + {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"}, ] [package.dependencies] -django = ">=2.2,<4.1" -djangorestframework = ">=3.12,<3.14" +django = ">=3.2" +djangorestframework = ">=3.13" inflection = ">=0.5.0" [package.extras] @@ -2451,4 +2451,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "b19a8d03ba44cf396674d0fa6c191bf7acd67b57b4137b10b986d121f9e643bb" +content-hash = "8fa66f3c5ea20921ad6a7b2bc60cf58d330357f167bcce9fdab63ed657496d44" diff --git a/pyproject.toml b/pyproject.toml index fa1a0a2..3d3fba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ django-environ = "^0.10.0" django-filter = "^23.1" django-generic-api-permissions = "^0.2.0" djangorestframework = "^3.13.1" -djangorestframework-jsonapi = "^5.0.0" +djangorestframework-jsonapi = ">=5,<7" mozilla-django-oidc = "^2.0.0" psycopg2-binary = "^2.9.3" requests = "^2.28.0"