From 6a6a030966b55e05d102086ad92399e9bb3548d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:27:59 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.1.13 Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements/base.txt | 2 +- requirements/development.txt | 2 +- requirements/production.txt | 2 +- requirements/testing.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3273ba7..0259493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.2.10 -Django==3.0.8 +Django==3.1.13 psycopg2==2.8.5 pytz==2020.1 selenium==3.141.0 diff --git a/requirements/base.txt b/requirements/base.txt index 159dcad..553093d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1 +1 @@ -Django==3.0.8 \ No newline at end of file +Django==3.1.13 \ No newline at end of file diff --git a/requirements/development.txt b/requirements/development.txt index 159dcad..553093d 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1 +1 @@ -Django==3.0.8 \ No newline at end of file +Django==3.1.13 \ No newline at end of file diff --git a/requirements/production.txt b/requirements/production.txt index 159dcad..553093d 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1 +1 @@ -Django==3.0.8 \ No newline at end of file +Django==3.1.13 \ No newline at end of file diff --git a/requirements/testing.txt b/requirements/testing.txt index d587fa8..c03bd17 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,2 +1,2 @@ -Django==3.0.8 +Django==3.1.13 selenium==3.141.0 \ No newline at end of file