From 05167b8560b4775346d7aa793fdc435784baa5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:54:48 +0000 Subject: [PATCH] Bump django from 4.0.1 to 4.0.6 in /compare_web Bumps [django](https://github.com/django/django) from 4.0.1 to 4.0.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.1...4.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compare_web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compare_web/requirements.txt b/compare_web/requirements.txt index 01e98e1d..fd66ce85 100644 --- a/compare_web/requirements.txt +++ b/compare_web/requirements.txt @@ -11,7 +11,7 @@ click==8.0.3 click-didyoumean==0.3.0 click-plugins==1.1.1 click-repl==0.2.0 -Django==4.0.1 +Django==4.0.6 django-cors-headers==3.11.0 frozenlist==1.2.0 idna==3.3