From 7d56ac2c239e373452c5c08b2ead68292420f69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 21:24:44 +0000 Subject: [PATCH] Bump django from 3.1.7 to 3.1.9 Bumps [django](https://github.com/django/django) from 3.1.7 to 3.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.7...3.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements-common.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements-common.txt b/requirements/requirements-common.txt index 1677ca40f..6f08945a0 100644 --- a/requirements/requirements-common.txt +++ b/requirements/requirements-common.txt @@ -1,6 +1,6 @@ -r requirements-codeserver.txt invoke==0.21.0 -django==3.1.7 +django==3.1.9 django-taggit==1.2.0 pytz==2019.3 requests-oauthlib>=0.6.1 diff --git a/setup.py b/setup.py index ea742f693..49fda2578 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def get_version(): install_requires = [ - 'django==3.1.7', + 'django==3.1.9', 'django-taggit==1.2.0', 'pytz==2019.3', 'requests-oauthlib>=0.6.1',