From cf4575c00044f26074f141e7d35349eb87e8c242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 23:20:46 +0000 Subject: [PATCH 1/2] fix(deps): Bump django from 3.2.20 to 3.2.23 (#2220) * fix(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] <support@github.com> * Update Django in common too --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: faucomte97 <f.aucomte@hotmail.co.uk> --- cfl_common/setup.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", diff --git a/setup.py b/setup.py index 81221234c..29aae1fd4 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - "django==3.2.20", + "django==3.2.23", "django-countries==7.3.1", "djangorestframework==3.13.1", "django-pipeline==2.0.8", From fa15b3f9a73073047fabfec3a59150b663dd510f Mon Sep 17 00:00:00 2001 From: github-actions <github-actions@github.com> Date: Thu, 2 Nov 2023 23:24:16 +0000 Subject: [PATCH 2/2] 6.37.4 Automatically generated by python-semantic-release --- portal/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/__init__.py b/portal/__init__.py index b652ab891..33a09156a 100644 --- a/portal/__init__.py +++ b/portal/__init__.py @@ -1 +1 @@ -__version__ = "6.37.3" +__version__ = "6.37.4"