From fdfafbbb0b73d2861e2e88d18f0ea3c9d87117e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 23:33:37 +0200 Subject: [PATCH] Bump django from 3.2.13 to 3.2.14 (#294) Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.13...3.2.14) --- 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 ad5312f..9d6c26e 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.13 +Django==3.2.14 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 cc832d4..810a66a 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.13 +Django==3.2.14 django-appconf==1.0.4 django-background-tasks==1.2.5 django-compat==1.0.15