From 3217e19883ea82abcd0e2f09cb50c5e8153be1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 02:43:57 +0000 Subject: [PATCH] Bump django from 3.1.13 to 3.1.14 Bumps [django](https://github.com/django/django) from 3.1.13 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.13...3.1.14) --- 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 ee515ce..e09df0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ attrs==19.3.0 -django==3.1.13 +django==3.1.14 diff --git a/setup.py b/setup.py index 76a8994..a79340f 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,6 @@ 'Programming Language :: Python :: Implementation :: CPython', ], install_requires=[ - 'django==3.1.13', + 'django==3.1.14', ], )