From e53462f16f805e6dc9fabb72e651d6a5db9f2eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 01:41:42 +0000 Subject: [PATCH] :arrow_up: Bump django from 2.2.10 to 2.2.13 in /requirements Bumps [django](https://github.com/django/django) from 2.2.10 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.10...2.2.13) 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..b39273e 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.13 # Environment django-environ==0.4.5