From c06a3b9c49ac0608a0fed9537b0ac245347f0a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 14:44:34 +0000 Subject: [PATCH] :arrow_up: Bump django from 2.2.10 to 2.2.27 in /requirements Bumps [django](https://github.com/django/django) from 2.2.10 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.10...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 4833a23..a3bbfde 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ Pillow>=6.2.2 psycopg2==2.7.4 --no-binary psycopg2 # Django -django==2.2.10 +django==2.2.27 # Environment django-environ==0.4.5