From aab74cd11b49902c91c6f6789e37ab636b5eac22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:50:04 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.24 in /infrastructure/backend Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.24) --- 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..1e17af9 100644 --- a/infrastructure/backend/requirements.txt +++ b/infrastructure/backend/requirements.txt @@ -1,4 +1,4 @@ psycopg2-binary -Django==2.2.13 +Django==2.2.24 Pillow==7.0 requests \ No newline at end of file