From 148feccbc5d6081e8b46539069806158ccb3f71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 15:00:26 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.27 in /infrastructure/backend 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] --- infrastructure/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/backend/requirements.txt b/infrastructure/backend/requirements.txt index e6985f1..6ab2bfd 100644 --- a/infrastructure/backend/requirements.txt +++ b/infrastructure/backend/requirements.txt @@ -1,4 +1,4 @@ psycopg2-binary -Django==2.2.13 +Django==2.2.27 Pillow==7.0 requests \ No newline at end of file