From dec5bf73c78ddd8d3a0a06d6492c8f96b1c3f448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 14:44:44 +0000 Subject: [PATCH] [noissue]: Update djangorestframework requirement Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.4...3.13.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dac42df6f8..181c6903939 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ django-guardian~=2.4.0 django-guid<3.0 django-import-export~=2.5.0 django-lifecycle~=0.9.1 -djangorestframework~=3.12.4 +djangorestframework~=3.13.0 djangorestframework-queryfields~=1.0.0 drf-access-policy~=0.9.0 drf-nested-routers==0.93.3