From 588a5ae1397594e92e46f9dc1f0ecad2cf4b31f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 15:26:24 +0000 Subject: [PATCH] Bump django from 4.0.6 to 4.0.7 Bumps [django](https://github.com/django/django) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.6...4.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index f718e76..6528aff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,6 @@ # # pip-compile # ---trusted-host pypi.python.org ---trusted-host pypi.org ---trusted-host files.pythonhosted.org - asgiref==3.5.2 # via django build==0.8.0 @@ -20,7 +16,7 @@ click==8.1.3 # via pip-tools distlib==0.3.5 # via virtualenv -django==4.0.6 +django==4.0.7 # via # -r requirements.in # django-classy-tags