From 396c0527f5fff39951180be5afa57fcbae554ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:30:04 +0000 Subject: [PATCH] Bump django from 3.0.7 to 3.1.12 Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.7...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c3e3291..5400f0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.2.7 dj-database-url==0.5.0 -Django==3.0.7 +Django==3.1.12 gunicorn==20.0.4 Pillow==7.2.0 pkg-resources==0.0.0 diff --git a/src/requirements.txt b/src/requirements.txt index 0273c57..631cef7 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.2.7 dj-database-url==0.5.0 -Django==3.0.7 +Django==3.1.12 gunicorn==20.0.4 pytz==2020.1 sqlparse==0.3.1