From 1b4e6eefdc7d199820a6bb0272c987a9e0788fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 00:07:25 +0000 Subject: [PATCH] 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 4910c00..6184983 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ attrs==19.3.0 # via pytest certifi==2020.4.5.1 # via requests chardet==3.0.4 # via requests django==3.0.5 # via -r requirements.in, djangorestframework -djangorestframework==3.11.0 # via -r requirements.in +djangorestframework==3.11.2 # via -r requirements.in idna==2.9 # via requests importlib-metadata==1.6.0 # via pluggy, pytest more-itertools==8.2.0 # via pytest