From 8f6c36cd316426ae22d76b9d2b14bec2017fe296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:26:52 +0000 Subject: [PATCH] Bump django from 3.0.2 to 3.1.13 Bumps [django](https://github.com/django/django) from 3.0.2 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.2...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_OLD.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4cfa703..eb33db9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ coreapi==2.3.3 coreschema==0.0.4 defusedxml==0.6.0 dj-database-url==0.5.0 -Django==3.0.2 +Django==3.1.13 django-allauth==0.41.0 django-cors-headers==3.2.1 django-filter==2.2.0 diff --git a/requirements_OLD.txt b/requirements_OLD.txt index 4e42e14..26bad99 100644 --- a/requirements_OLD.txt +++ b/requirements_OLD.txt @@ -1,5 +1,5 @@ asgiref==3.2.3 -Django==3.0.2 +Django==3.1.13 pytz==2019.3 sqlparse==0.3.0 testing==0.0