From 55e5f21cdfd131410eece44b2a24f35028667332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:46:58 +0000 Subject: [PATCH] chore(deps): bump djangorestframework-jsonapi from 6.0.0 to 6.1.0 Bumps [djangorestframework-jsonapi](https://github.com/django-json-api/django-rest-framework-json-api) from 6.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/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: djangorestframework-jsonapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 20efff57..29a2994f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -567,18 +567,18 @@ pytz = "*" [[package]] name = "djangorestframework-jsonapi" -version = "6.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-6.0.0.tar.gz", hash = "sha256:f2465b1b1cd3f372abacc8d99f82835643373f4f3f12965276ad1ccc2d110415"}, - {file = "djangorestframework_jsonapi-6.0.0-py2.py3-none-any.whl", hash = "sha256:a93b3678bd5e2f070946ca32d7d0bb3734cb5966a80f8a44fa721fcf15cf89ce"}, + {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 = ">=3.2,<4.2" -djangorestframework = ">=3.13,<3.15" +django = ">=3.2" +djangorestframework = ">=3.13" inflection = ">=0.5.0" [package.extras] @@ -1945,4 +1945,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bfa992f835cd86023751b71b41258f9e4b108ed9c3c54b8649bd2d568490f656" +content-hash = "36780ba0c51fc8b438146c687161056ad78ddba6e1800e5669a551ae26c260b5" diff --git a/pyproject.toml b/pyproject.toml index 08da7039..03c431c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ django-filter = "^23.2" django-multiselectfield = "^0.1.12" django-prometheus = "^2.3.1" djangorestframework = "^3.14.0" -djangorestframework-jsonapi = "^6.0.0" +djangorestframework-jsonapi = "^6.1.0" mozilla-django-oidc = "^4.0.1" psycopg2-binary = "^2.9.9" pytz = "^2024.1"