From 3c6142f6a9f0cbd067f744a70508037079bddb1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:13:47 +0000 Subject: [PATCH] Bump django from 3.2.20 to 3.2.23 Bumps [django](https://github.com/django/django) from 3.2.20 to 3.2.23. - [Commits](https://github.com/django/django/compare/3.2.20...3.2.23) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 633f15a50..7961baa06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ arrow==1.2.3 bibtexparser==1.4.0 blessed==1.20.0 chardet==5.1.0 -Django==3.2.20 +Django==3.2.23 django-crispy-forms==1.14.0 Faker==11.3.0 fontawesome-free==5.15.4 diff --git a/setup.py b/setup.py index 96d697062..000039c14 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ 'bibtexparser==1.4.0', 'blessed==1.20.0', 'chardet==5.1.0', - 'Django==3.2.20', + 'Django==3.2.23', 'django-crispy-forms==1.14.0', 'Faker==11.3.0', 'fontawesome-free==5.15.4',