From 31175a27f09eb04640b29324718c7e7f98560abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:26:30 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.20 in /pollsapi Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.20) Signed-off-by: dependabot[bot] --- pollsapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollsapi/requirements.txt b/pollsapi/requirements.txt index 211a55d..fef4401 100644 --- a/pollsapi/requirements.txt +++ b/pollsapi/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.13 +Django==2.2.20 djangorestframework==3.7.7 django-rest-swagger==2.1.2 coreapi==2.3.3