From 4fe91082cae8c5d0ed1e6876e7388647b79d04b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:36:17 +0000 Subject: [PATCH] Bump django-cors-headers from 4.7.0 to 4.9.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.7.0 to 4.9.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.7.0...4.9.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc1c8fde8..4d3a5176a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "django-allauth[mfa]==65.8.1", "django-bootstrap5==25.3", "django-colorfield==0.14.0", - "django-cors-headers==4.7.0", + "django-cors-headers==4.9.0", "django-filter==25.1", "django-leaflet==0.31.0", "django-jsonview==2.0.0",