From 72b0ec85609a2d743d035a7d866b2e38f39a28e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:09:34 +0000 Subject: [PATCH] Bump django from 2.0.12 to 2.2.24 in /santakkuh_dive Bumps [django](https://github.com/django/django) from 2.0.12 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.12...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..513c1f5 100644 --- a/santakkuh_dive/requirements.txt +++ b/santakkuh_dive/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.12 +Django==2.2.24 nose==1.3.7 psycopg2==2.7.3.2 pytz==2017.3