From 1e57c4ac417276498d502990ff4c355567030497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:51:28 +0000 Subject: [PATCH] Bump djangorestframework from 3.11.0 to 3.11.2 in /serv/config/pip 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] --- serv/config/pip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv/config/pip/requirements.txt b/serv/config/pip/requirements.txt index a7b37e7..3e08c9f 100644 --- a/serv/config/pip/requirements.txt +++ b/serv/config/pip/requirements.txt @@ -1,7 +1,7 @@ django==3.0.7 uwsgi==2.0.19.1 psycopg2==2.8.5 -djangorestframework==3.11.0 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 django-rest-swagger==2.2.0 pillow==7.1.2