From ae0f030b6fa95211ca8316952d0a005c142f838a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 23:01:28 +0000 Subject: [PATCH] Bump django from 3.0.7 to 3.1.9 Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.7...3.1.9) --- 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..2b6a9d0 100644 --- a/requirements-local.txt +++ b/requirements-local.txt @@ -1,4 +1,4 @@ -Django==3.0.5 +Django==3.1.9 pkg-resources==0.0.0 py-moneyed==0.8.0 django-money diff --git a/requirements.txt b/requirements.txt index dee1eff..c3f5854 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.9 django-heroku==0.3.1 django-money==1.1 gunicorn==20.0.4