From 81c037c0603092c14c0d46a679bef24339979468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 23:40:19 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.1.9 in /requirements Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/development.txt | 2 +- requirements/production.txt | 2 +- requirements/testing.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 159dcad..89e104d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1 +1 @@ -Django==3.0.8 \ No newline at end of file +Django==3.1.9 \ No newline at end of file diff --git a/requirements/development.txt b/requirements/development.txt index 159dcad..89e104d 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1 +1 @@ -Django==3.0.8 \ No newline at end of file +Django==3.1.9 \ No newline at end of file diff --git a/requirements/production.txt b/requirements/production.txt index 159dcad..89e104d 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1 +1 @@ -Django==3.0.8 \ No newline at end of file +Django==3.1.9 \ No newline at end of file diff --git a/requirements/testing.txt b/requirements/testing.txt index d587fa8..6ac563b 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,2 +1,2 @@ -Django==3.0.8 +Django==3.1.9 selenium==3.141.0 \ No newline at end of file