From 593293f47d50e03a41ff6592a2797ede6377c0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 02:12:03 +0000 Subject: [PATCH] Bump djangorestframework-jsonapi from 3.1.0 to 4.3.0 Bumps [djangorestframework-jsonapi](https://github.com/django-json-api/django-rest-framework-json-api) from 3.1.0 to 4.3.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/master/CHANGELOG.md) - [Commits](https://github.com/django-json-api/django-rest-framework-json-api/compare/v3.1.0...v4.3.0) --- updated-dependencies: - dependency-name: djangorestframework-jsonapi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8a891c58e..de921bd53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -573,20 +573,21 @@ django = ">=2.2" [[package]] name = "djangorestframework-jsonapi" -version = "3.1.0" -description = "A Django REST framework API adapter for the JSON API spec." +version = "4.3.0" +description = "A Django REST framework API adapter for the JSON:API spec." category = "main" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.dependencies] -django = ">=1.11" -djangorestframework = ">=3.10" +django = ">=2.2,<4.1" +djangorestframework = ">=3.12,<3.13" inflection = ">=0.3.0" [package.extras] django-filter = ["django-filter (>=2.0)"] django-polymorphic = ["django-polymorphic (>=2.0)"] +openapi = ["pyyaml (>=5.3)", "uritemplate (>=3.0.1)"] [[package]] name = "docker" @@ -1458,7 +1459,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "3.8.3" -content-hash = "557358781a347c8c752fa4d63d85679613afa4d0c8353f72092d09f61f533336" +content-hash = "b5df94b19979924f0d17a877057cfda585c53c6ad587415df6d48ef1294e2f65" [metadata.files] amqp = [ @@ -1748,8 +1749,8 @@ djangorestframework = [ {file = "djangorestframework-3.12.4.tar.gz", hash = "sha256:f747949a8ddac876e879190df194b925c177cdeb725a099db1460872f7c0a7f2"}, ] djangorestframework-jsonapi = [ - {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-4.3.0.tar.gz", hash = "sha256:a7475fa8d521edcb61df96930ad4337ebe218de2686a147ae04df051cdcd94fb"}, + {file = "djangorestframework_jsonapi-4.3.0-py2.py3-none-any.whl", hash = "sha256:5ebc02c00f2758d3ed6de99dddd58b158ffc6c22bf7f92fa1409bbea94704825"}, ] docker = [ {file = "docker-4.2.1-py2.py3-none-any.whl", hash = "sha256:672f51aead26d90d1cfce84a87e6f71fca401bbc2a6287be18603583620a28ba"}, diff --git a/pyproject.toml b/pyproject.toml index a51c3aa4f..ffba50dc3 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 = "4.3.0" docker = "4.2.1" drf-nested-routers = "0.93.3" fleep = "1.0.1"