From c9ac1c1fd53eae2aebf46fb6e46fc988dddc9499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:19:40 +0000 Subject: [PATCH] build(deps): bump django from 2.2.20 to 2.2.28 in /demo_proj Bumps [django](https://github.com/django/django) from 2.2.20 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.20...2.2.28) --- 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..6cccfd7 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.28 django-cors-headers==3.3.0 django-covid19 django-crontab==0.7.1