From 6b1246fbf2faf6e8b5c6b96227f1066ab101a236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 14:41:12 +0000 Subject: [PATCH] build(deps): bump django from 2.2.20 to 2.2.27 in /demo_proj Bumps [django](https://github.com/django/django) from 2.2.20 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.20...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo_proj/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_proj/requirements.txt b/demo_proj/requirements.txt index 546b416..427ef3f 100644 --- a/demo_proj/requirements.txt +++ b/demo_proj/requirements.txt @@ -4,7 +4,7 @@ cffi==1.14.0 constantly==15.1.0 cryptography==3.3.2 cssselect==1.1.0 -Django==2.2.20 +Django==2.2.27 django-cors-headers==3.3.0 django-covid19 django-crontab==0.7.1