From 44afe229b42c1ad239a0f5941eb81f816af8548a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:14:44 +0000 Subject: [PATCH] build(deps): 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 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index dfb3e1f..efdbcbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ contextlib2==21.6.0 # via schema defusedxml==0.7.1 # via odfpy -django==3.2.20 +django==3.2.23 # via # -r requirements.in # django-bootstrap3 diff --git a/requirements_dev.txt b/requirements_dev.txt index 4db7f38..c938fc9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -63,7 +63,7 @@ defusedxml==0.7.1 # via # -r requirements.txt # odfpy -django==3.2.20 +django==3.2.23 # via # -r requirements.txt # django-bootstrap3