From 907d0d224d3b7b86af92de97657fab4c2898e2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 02:13:20 +0000 Subject: [PATCH] build(deps): 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 8c2edc8..d5f4c02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.3.4 dj-database-url==0.5.0 Django==3.2 django-cors-headers==3.4.0 -djangorestframework==3.11.0 +djangorestframework==3.11.2 gunicorn==20.0.4 psycopg2==2.8.5 pytz==2020.1