From 258f8f7be98f0572c3f602fb379f623132f688a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:23:10 +0000 Subject: [PATCH] build(deps): bump djangorestframework in /cfl_common Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.13.1 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.13.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework 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 103647146..6a033185e 100644 --- a/cfl_common/setup.py +++ b/cfl_common/setup.py @@ -18,7 +18,7 @@ include_package_data=True, install_requires=[ "django==3.2.25", - "djangorestframework==3.13.1", + "djangorestframework==3.15.2", "django-two-factor-auth==1.13.2", "django-countries==7.3.1", "pyjwt==2.6.0",