From ae378f56290014dc951ec5beb3142bce4a8bbfc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 20:25:37 +0000 Subject: [PATCH] Bump django from 3.0.7 to 3.0.14 Bumps [django](https://github.com/django/django) from 3.0.7 to 3.0.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.7...3.0.14) 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..d8097c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ attrs==19.3.0 -django==3.0.7 +django==3.0.14 diff --git a/setup.py b/setup.py index ad626c5..7388b3e 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.14', ], )