From f7e4a1b25bef8f9e773a421e235d6714f5ac5caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:20:48 +0000 Subject: [PATCH] Bump django from 1.7 to 2.2.28 in /habeasme Bumps [django](https://github.com/django/django) from 1.7 to 2.2.28. - [Commits](https://github.com/django/django/compare/1.7...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- habeasme/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/habeasme/requirements.txt b/habeasme/requirements.txt index 78aff17..ec2def0 100644 --- a/habeasme/requirements.txt +++ b/habeasme/requirements.txt @@ -1,2 +1,2 @@ -Django==1.7 +Django==2.2.28 django-crispy-forms==1.4.0