From 63b0abd2afb5d2b79c843357dc4c6ef7af0fc9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 14:02:34 +0000 Subject: [PATCH] Bump django from 3.1.6 to 3.1.12 in /app-003_site-web-django Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.6...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app-003_site-web-django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-003_site-web-django/requirements.txt b/app-003_site-web-django/requirements.txt index b01c203..f613ce5 100644 --- a/app-003_site-web-django/requirements.txt +++ b/app-003_site-web-django/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.3.1 -Django==3.1.6 +Django==3.1.12 pytz==2021.1 sqlparse==0.4.1