From bd79635ac1185ea61da73479ef12066b75fbe40b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:41:00 +0000 Subject: [PATCH] Bump djangorestframework-jsonapi from 3.1.0 to 5.0.0 Bumps [djangorestframework-jsonapi](https://github.com/django-json-api/django-rest-framework-json-api) from 3.1.0 to 5.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/v3.1.0...v5.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 | 23 ++++++++++++----------- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4f05c5eaa..4672d261f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -877,24 +877,25 @@ django = ">=2.2" [[package]] name = "djangorestframework-jsonapi" -version = "3.1.0" -description = "A Django REST framework API adapter for the JSON API spec." +version = "5.0.0" +description = "A Django REST framework API adapter for the JSON:API spec." category = "main" optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" files = [ - {file = "djangorestframework-jsonapi-3.1.0.tar.gz", hash = "sha256:894826320cc9e06942b3f6e3604fc5c093854275fab498d52de4a3cd24aac58f"}, - {file = "djangorestframework_jsonapi-3.1.0-py2.py3-none-any.whl", hash = "sha256:8d61bb16970e6c4b737b166c3888a319f86dad0321a41d801426d24a6ebd9fc7"}, + {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"}, ] [package.dependencies] -django = ">=1.11" -djangorestframework = ">=3.10" -inflection = ">=0.3.0" +django = ">=2.2,<4.1" +djangorestframework = ">=3.12,<3.14" +inflection = ">=0.5.0" [package.extras] -django-filter = ["django-filter (>=2.0)"] -django-polymorphic = ["django-polymorphic (>=2.0)"] +django-filter = ["django-filter (>=2.4)"] +django-polymorphic = ["django-polymorphic (>=3.0)"] +openapi = ["pyyaml (>=5.4)", "uritemplate (>=3.0.1)"] [[package]] name = "djlint" @@ -2728,4 +2729,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a17ddc64f37c3c392b5a6ef5d8912781303b7c5a274979c9bf3ba01204d7602a" +content-hash = "12b79edf525d6ffa5483ee641aabda22982166f6fd00cb0b3e7916272c64f451" diff --git a/pyproject.toml b/pyproject.toml index be4da1bce..7b8b11983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ django-prettyjson = "0.4.1" django-revproxy = { git = "https://github.com/Innovativity/django-revproxy.git", branch = "b9fa8375d03fd68747dcb7273a97c19d788aa51b" } django-storages = "1.11.1" djangorestframework = "3.12.4" -djangorestframework-jsonapi = "3.1.0" +djangorestframework-jsonapi = "5.0.0" docker = "4.2.1" drf-nested-routers = "0.93.3" fleep = "1.0.1"