From de36bf0ba051c068f414a4f1769c13f2de899856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 17:51:42 +0000 Subject: [PATCH] Bump django from 4.0.1 to 4.1.7 in /compare_web Bumps [django](https://github.com/django/django) from 4.0.1 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.1...4.1.7) --- 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..98e2d099 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.1.7 django-cors-headers==3.11.0 frozenlist==1.2.0 idna==3.3