From 5f4d88ca3df04e64cdb5ee7f2b695365da813805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 21:08:55 +0000 Subject: [PATCH] Bump django from 2.1.2 to 2.2.13 in /budgetproject Bumps [django](https://github.com/django/django) from 2.1.2 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.2...2.2.13) Signed-off-by: dependabot[bot] --- budgetproject/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/budgetproject/requirements.txt b/budgetproject/requirements.txt index c755b7e..50b47c3 100644 --- a/budgetproject/requirements.txt +++ b/budgetproject/requirements.txt @@ -1,2 +1,2 @@ -Django==2.1.2 +Django==2.2.13 pytz==2018.4