From 652db1835708e80255b329fc4a062b62c89446f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 16:42:32 +0000 Subject: [PATCH] Bump djangorestframework from 3.12.4 to 3.14.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.12.4 to 3.14.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.4...3.14.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3768e1c4c..a3f9d1007 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "amqp" @@ -826,18 +826,19 @@ rest-framework = ["djangorestframework (>=3.0.0)"] [[package]] name = "djangorestframework" -version = "3.12.4" +version = "3.14.0" description = "Web APIs for Django, made easy." category = "main" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "djangorestframework-3.12.4-py3-none-any.whl", hash = "sha256:6d1d59f623a5ad0509fe0d6bfe93cbdfe17b8116ebc8eda86d45f6e16e819aaf"}, - {file = "djangorestframework-3.12.4.tar.gz", hash = "sha256:f747949a8ddac876e879190df194b925c177cdeb725a099db1460872f7c0a7f2"}, + {file = "djangorestframework-3.14.0-py3-none-any.whl", hash = "sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08"}, + {file = "djangorestframework-3.14.0.tar.gz", hash = "sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8"}, ] [package.dependencies] -django = ">=2.2" +django = ">=3.0" +pytz = "*" [[package]] name = "djangorestframework-jsonapi" @@ -2672,4 +2673,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c926f3c382a673a5869f5b3dbfcfeae22bb23ac815fd0e14f8fbc07f8b1a0bd8" +content-hash = "8c2515feb3ac5e3c1b2ebf20a069447993cd6b6cd0acd31290349c73fc78db91" diff --git a/pyproject.toml b/pyproject.toml index 31b48339c..db9a958ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ django-pandas = "0.6.2" 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 = "3.14.0" djangorestframework-jsonapi = "3.1.0" docker = "4.2.1" drf-nested-routers = "0.93.3"