From 70b3f824eb1426a7ae184125229ce23f69114d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:24:48 +0200 Subject: [PATCH] Bump django from 3.2.14 to 3.2.15 (#316) Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.14...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 9d6c26e..916e3ce 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.14 +Django==3.2.15 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 810a66a..cb5217e 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.14 +Django==3.2.15 django-appconf==1.0.4 django-background-tasks==1.2.5 django-compat==1.0.15