From 395188818f33255cdf48272fb834b9f99baf6c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:27:12 +0000 Subject: [PATCH] build(deps): Bump django from 3.2.19 to 3.2.20 in /cfl_common Bumps [django](https://github.com/django/django) from 3.2.19 to 3.2.20. - [Commits](https://github.com/django/django/compare/3.2.19...3.2.20) --- 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 5d11f61fe..b3df8bff7 100644 --- a/cfl_common/setup.py +++ b/cfl_common/setup.py @@ -14,7 +14,7 @@ version=version, include_package_data=True, install_requires=[ - "django==3.2.19", + "django==3.2.20", "djangorestframework==3.13.1", "django-two-factor-auth==1.13.2", "django-countries==7.3.1",