From 1813dc083fd7f40db519878293182de5bada347a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 23:50:21 +0000 Subject: [PATCH] build(deps): bump django from 2.2.20 to 2.2.21 in /demo_proj Bumps [django](https://github.com/django/django) from 2.2.20 to 2.2.21. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.20...2.2.21) --- 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..57bdd05 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.21 django-cors-headers==3.3.0 django-covid19 django-crontab==0.7.1