From 7bec57d4e991ba88c69cc001c748bd7cc16698af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 13:17:02 +0000 Subject: [PATCH] Bump django from 3.0.7 to 3.0.12 Bumps [django](https://github.com/django/django) from 3.0.7 to 3.0.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.7...3.0.12) 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..c5d8cb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ attrs==19.3.0 -django==3.0.7 +django==3.0.12 diff --git a/setup.py b/setup.py index ad626c5..021ee06 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,6 @@ 'Programming Language :: Python :: Implementation :: CPython', ], install_requires=[ - 'django==3.0.7', + 'django==3.0.12', ], )