From 37c9fa9e96c2ded3909c7ed8442458d892a0e3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 21:37:16 +0000 Subject: [PATCH] Bump django from 3.0.12 to 3.1.9 in /src Bumps [django](https://github.com/django/django) from 3.0.12 to 3.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.12...3.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 8a26a5e..2b42bf2 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ # Make sure using python3 in order to install django 2.x and above -django==3.0.12 +django==3.1.9 django-user-email-extension==1.0.10