From 3ba8f7e30b2475095928d2bbfc416f13fdf52a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 18:51:59 +0100 Subject: [PATCH] Bump django from 3.2.6 to 3.2.12 (#197) Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.6...3.2.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.prod.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.prod.txt b/requirements.prod.txt index 9d550f1..9abc267 100644 --- a/requirements.prod.txt +++ b/requirements.prod.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.7.1 certifi==2019.6.16 charset-normalizer==2.0.4 confusable-homoglyphs==3.2.0 -Django==3.2.6 +Django==3.2.12 django-background-tasks==1.2.5 django-compat==1.0.15 django-generate-secret-key==1.0.2 diff --git a/requirements.txt b/requirements.txt index e3c8ef8..47fc957 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ certifi==2019.6.16 charset-normalizer==2.0.4 confusable-homoglyphs==3.2.0 coverage==5.5 -Django==3.2.6 +Django==3.2.12 django-appconf==1.0.4 django-background-tasks==1.2.5 django-compat==1.0.15