From 47dca9bfe5070e71d46f55272f34b99787e6b6b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:24:54 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.27 in /docker/django/webapp/config Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/django/webapp/config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/django/webapp/config/requirements.txt b/docker/django/webapp/config/requirements.txt index a99a360..360e45c 100644 --- a/docker/django/webapp/config/requirements.txt +++ b/docker/django/webapp/config/requirements.txt @@ -1,3 +1,3 @@ -django==2.2.13 +django==2.2.27 uwsgi==2.0.17.1 psycopg2-binary==2.7.6.1