From 0ddad2542a8094c8bc4d827d02ab7308f321b655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:25:50 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.0.14 in /requirements Bumps [django](https://github.com/django/django) from 3.0.8 to 3.0.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.0.14) 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..7273319 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1 +1 @@ -Django==3.0.8 \ No newline at end of file +Django==3.0.14 \ No newline at end of file diff --git a/requirements/development.txt b/requirements/development.txt index 159dcad..7273319 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1 +1 @@ -Django==3.0.8 \ No newline at end of file +Django==3.0.14 \ No newline at end of file diff --git a/requirements/production.txt b/requirements/production.txt index 159dcad..7273319 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1 +1 @@ -Django==3.0.8 \ No newline at end of file +Django==3.0.14 \ No newline at end of file diff --git a/requirements/testing.txt b/requirements/testing.txt index d587fa8..d5806d1 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,2 +1,2 @@ -Django==3.0.8 +Django==3.0.14 selenium==3.141.0 \ No newline at end of file