From 8773c4f9e2c696b231080a9563d3cd8d5776ef8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:40:11 +0000 Subject: [PATCH] :arrow_up: Bump django from 2.2.10 to 2.2.20 in /requirements Bumps [django](https://github.com/django/django) from 2.2.10 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.10...2.2.20) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 4833a23..50bb7e9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ Pillow>=6.2.2 psycopg2==2.7.4 --no-binary psycopg2 # Django -django==2.2.10 +django==2.2.20 # Environment django-environ==0.4.5