From 9c623c0a1b4f01dcb5cc6d4dd4e58abc5ca6314f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:03:09 +0000 Subject: [PATCH] Bump django from 3.0.5 to 3.1.12 Bumps [django](https://github.com/django/django) from 3.0.5 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.5...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-local.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-local.txt b/requirements-local.txt index 95e211f..ba39442 100644 --- a/requirements-local.txt +++ b/requirements-local.txt @@ -1,4 +1,4 @@ -Django==3.0.5 +Django==3.1.12 pkg-resources==0.0.0 py-moneyed==0.8.0 django-money diff --git a/requirements.txt b/requirements.txt index dee1eff..ce29bdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.2.7 dj-database-url==0.5.0 -Django==3.0.7 +Django==3.1.12 django-heroku==0.3.1 django-money==1.1 gunicorn==20.0.4