From 96a56b6f24960893e916470a48d375b8aa784580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:37:41 +0000 Subject: [PATCH] Bump django from 1.10.2 to 2.2.24 in /requirements Bumps [django](https://github.com/django/django) from 1.10.2 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.2...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9fd8c39..911ea52 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ wheel==0.29.0 # Bleeding edge Django -django==1.10.2 +django==2.2.24 # Configuration django-environ==0.4.0