From bf18bee821e63a0e278fd80f1e0d35886355596a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:35:10 +0000 Subject: [PATCH] Bump django from 4.0.1 to 4.0.4 in /compare_web Bumps [django](https://github.com/django/django) from 4.0.1 to 4.0.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.1...4.0.4) --- 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..23bf815d 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.4 django-cors-headers==3.11.0 frozenlist==1.2.0 idna==3.3