From 1ae047a40d98a25c153a9d401a0aca5511aa892f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 10:01:18 +0000 Subject: [PATCH] Bump django from 3.2.7 to 4.0.2 Bumps [django](https://github.com/django/django) from 3.2.7 to 4.0.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.7...4.0.2) --- 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..e1ca097 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,7 @@ # asgiref==3.4.1 # via django -django==3.2.7 +django==4.0.2 # via -r requirements.in -pytz==2021.1 - # via django sqlparse==0.4.2 # via django