From 1274d6dd4f4a06e0ef20a6d5b722f16b20d32413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 08:31:41 +0200 Subject: [PATCH] Bump django from 3.2.12 to 3.2.13 (#244) Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.12...3.2.13) --- 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 2769954..df48aed 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.12 +Django==3.2.13 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 cff12cb..ae55a2f 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.12 +Django==3.2.13 django-appconf==1.0.4 django-background-tasks==1.2.5 django-compat==1.0.15