From ae2ae536b1329a85f40debdfdb0ec20002c529a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:06:53 +0000 Subject: [PATCH] Bump django from 2.1.4 to 2.2.24 in /web/backend/django/memo Bumps [django](https://github.com/django/django) from 2.1.4 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.4...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/backend/django/memo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/backend/django/memo/requirements.txt b/web/backend/django/memo/requirements.txt index bacac0c..b102a40 100644 --- a/web/backend/django/memo/requirements.txt +++ b/web/backend/django/memo/requirements.txt @@ -1 +1 @@ -Django==2.1.4 +Django==2.2.24