From c4ba61cac6658c012f36ec71fcff68c38c9b0b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:58:29 +0000 Subject: [PATCH] Bump django from 3.0.7 to 3.1.13 Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.7...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d4dc81d..ee515ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ attrs==19.3.0 -django==3.0.7 +django==3.1.13 diff --git a/setup.py b/setup.py index ad626c5..76a8994 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,6 @@ 'Programming Language :: Python :: Implementation :: CPython', ], install_requires=[ - 'django==3.0.7', + 'django==3.1.13', ], )