From d1e3a8a9ddb102e6729f5d696877ca69fb920ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:09:10 +0000 Subject: [PATCH] Bump django from 2.0.13 to 2.2.24 in /backend/foodbook Bumps [django](https://github.com/django/django) from 2.0.13 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.13...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/foodbook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/foodbook/requirements.txt b/backend/foodbook/requirements.txt index 3c07f3e1..c79f0cf6 100644 --- a/backend/foodbook/requirements.txt +++ b/backend/foodbook/requirements.txt @@ -1,5 +1,5 @@ coverage==4.5.4 -Django==2.0.13 +Django==2.2.24 django-extensions==1.6.7 pylint==2.4.3 Pillow==6.2.1