From 1410bd71d521943a7c8aa1e78b354f13ec2003eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 10:01:43 +0000 Subject: [PATCH] Bump django from 3.2.7 to 4.0.6 Bumps [django](https://github.com/django/django) from 3.2.7 to 4.0.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.7...4.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 15ff1a8..61e7f57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,7 @@ # asgiref==3.4.1 # via django -django==3.2.7 +django==4.0.6 # via -r requirements.in -pytz==2021.1 - # via django sqlparse==0.4.2 # via django