From 0bff62a4986be5383dc56de1a70f63489a9b6fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 10:57:03 +0000 Subject: [PATCH] Bump django from 3.2.7 to 4.2 Bumps [django](https://github.com/django/django) from 3.2.7 to 4.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.7...4.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 15ff1a8..2436ca1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,11 +4,9 @@ # # pip-compile # -asgiref==3.4.1 +asgiref==3.6.0 # via django -django==3.2.7 +django==4.2 # via -r requirements.in -pytz==2021.1 - # via django sqlparse==0.4.2 # via django