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