From 621fcc1f9eeaa98b841bec16efe804c95aabfc00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:49:21 +0000 Subject: [PATCH] Bump djangorestframework from 3.0.3 to 3.11.2 in /python Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.0.3 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.0.3...3.11.2) Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 4b03f96..c1a9e3f 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ Django==1.7.2 -djangorestframework==3.0.3 +djangorestframework==3.11.2 psycopg2==2.5.4