From 4e15dc7b2c67f4ba3af87cb249b78627252d0b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 05:01:27 +0000 Subject: [PATCH] Update djangorestframework requirement from ~=3.11 to ~=3.12 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.11.0...3.12.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 870640dda..a1b56d655 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ sphinx # REST API django-cors-headers>=3.0 django-filter==2.3.0 -djangorestframework~=3.11 +djangorestframework~=3.12 # Explicitly set versions as a workaround for CI/Devel.