From d8b92d3ed0867a5bdb3281c208ba874f6b70427d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:18:31 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.1 to 3.11.2 in /api/web Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.1 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.9.1...3.11.2) Signed-off-by: dependabot[bot] --- api/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/web/requirements.txt b/api/web/requirements.txt index a65d8d9..d0f5c7c 100644 --- a/api/web/requirements.txt +++ b/api/web/requirements.txt @@ -1,6 +1,6 @@ Django==2.1.7 django-cors-headers==2.4.0 -djangorestframework==3.9.1 +djangorestframework==3.11.2 psycopg2==2.7.7 pytz==2018.9 psycopg2-binary==2.7.7 \ No newline at end of file