From ec266519c47826ea7717f7cc4d2028ff113f62c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 19:58:54 +0000 Subject: [PATCH] Bump djangorestframework from 2.3.14 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 2.3.14 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/2.3.14...3.11.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0b0511..a3d1945 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ dj-database-url==0.2.2 psycopg2==2.5.1 boto==2.23.0 django-storages==1.1.8 -djangorestframework==2.3.14 +djangorestframework==3.11.2 mock==1.0.1 responses==0.2.2 requests==2.3.0