From 20ff00fb4665619b90afdecc9273b08853b7aca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:50:13 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.1.12 Bumps [django](https://github.com/django/django) from 3.0.3 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d21aec5..f1848f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ certifi==2019.11.28 # Mozilla Public License 2.0 (MPL 2.0) (MPL-2.0) chardet==3.0.4 # GNU Library or Lesser General Public License (LGPL) (LGPL) defusedxml==0.6.0 # Python Software Foundation License (PSFL) dj-database-url==0.5.0 # BSD License (BSD) -Django==3.0.3 # BSD License (BSD) +Django==3.1.12 # BSD License (BSD) gunicorn==20.0.4 # MIT License (MIT) heroku==0.1.4 # MIT License (MIT) idna==2.8 # BSD License (BSD-like)