From a4162078740e0a7ed01b54cf77c1b2866ccd5f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:44:02 +0000 Subject: [PATCH] Bump djangorestframework from 3.11.0 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.0 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.11.0...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 7991c30..d4cbeda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ dj-database-url==0.5.0 Django==3.0.7 django-cors-headers==3.4.0 django-filter==2.3.0 -djangorestframework==3.11.0 +djangorestframework==3.11.2 gunicorn==20.0.4 importlib-metadata==1.7.0 Markdown==3.2.2