From bfbd312d0b81c5059b6b2a2a6248fba05e3c7a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 14:54:49 +0000 Subject: [PATCH] Bump django from 2.0.12 to 2.2.13 in /santakkuh_dive Bumps [django](https://github.com/django/django) from 2.0.12 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.12...2.2.13) Signed-off-by: dependabot[bot] --- santakkuh_dive/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/santakkuh_dive/requirements.txt b/santakkuh_dive/requirements.txt index 91c84cc..a59ca4a 100644 --- a/santakkuh_dive/requirements.txt +++ b/santakkuh_dive/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.12 +Django==2.2.13 nose==1.3.7 psycopg2==2.7.3.2 pytz==2017.3