From a4ba76727d79064800055dd21d810731a7d3c96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 09:54:23 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.7 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.7 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.7...3.11.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2d2eed..b3ec9e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ sphinx_rtd_theme django-docs==0.2.1 # API -djangorestframework==3.7.7 +djangorestframework==3.11.2 pygments==2.7.4 # Testing and tools