From a79a80f91f04475b1ccb6022a6caa12fb5a97e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:54:54 +0000 Subject: [PATCH] Bump django from 2.0.1 to 2.2.13 in /heroes_and_monsters Bumps [django](https://github.com/django/django) from 2.0.1 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.1...2.2.13) Signed-off-by: dependabot[bot] --- heroes_and_monsters/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroes_and_monsters/requirements.txt b/heroes_and_monsters/requirements.txt index 1382360..a723ac2 100644 --- a/heroes_and_monsters/requirements.txt +++ b/heroes_and_monsters/requirements.txt @@ -1,4 +1,4 @@ -django==2.0.1 +django==2.2.13 Pillow django-extensions==2.0.6 dj-database-url==0.4.2