From 903b0a63da07d393c7f42eab547807046da2baa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:27:07 +0000 Subject: [PATCH] Bump django from 2.2.21 to 2.2.27 in /requirements Bumps [django](https://github.com/django/django) from 2.2.21 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.21...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2b8bbd9b..ac1fa148 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ wheel==0.36.2 # Django -django==2.2.21 # pyup: >=1.10,<1.11 +django==2.2.27 # pyup: >=1.10,<1.11 # Configuration django-environ==0.4.5