From 17c0b3409e8b1da49a617f558b0accbe74955836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:13:02 +0000 Subject: [PATCH] build(deps): Bump django from 3.2.20 to 3.2.23 in /cfl_common 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] --- cfl_common/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfl_common/setup.py b/cfl_common/setup.py index 0c0ec3eb8..70b41e18d 100644 --- a/cfl_common/setup.py +++ b/cfl_common/setup.py @@ -16,7 +16,7 @@ version=version, include_package_data=True, install_requires=[ - "django==3.2.20", + "django==3.2.23", "djangorestframework==3.13.1", "django-two-factor-auth==1.13.2", "django-countries==7.3.1",