From 435315f662758c26056cff8c520daca93b6da70e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:40:30 +0000 Subject: [PATCH] Bump django from 3.1.6 to 3.1.13 Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.6...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 cfb1dfc6..30c27e03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Babel==2.3.4 gunicorn==19.3.0 -Django==3.1.6 +Django==3.1.13 django3-all-access==0.10.0 iso8601==0.1.11 mysqlclient==2.0.3 diff --git a/setup.py b/setup.py index 88ed1b33..09e69d9c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires=[ 'Babel==2.3.4', 'gunicorn==19.3.0', - 'Django==3.1.6', + 'Django==3.1.13', 'django3-all-access==0.10.0', 'iso8601==0.1.11', 'mysqlclient==1.4.6',