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