From f416195848ca786903e8751ff411115c7ab3ff0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 20:23:40 +0000 Subject: [PATCH] Bump django-cors-headers from 4.4.0 to 4.6.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.4.0 to 4.6.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.4.0...4.6.0) --- updated-dependencies: - dependency-name: django-cors-headers 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 f054d954..5b0063ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "Django==5.1.2", "django-allauth[socialaccount]==65.0.2", "django-bootstrap5==24.3", - "django-cors-headers==4.4.0", + "django-cors-headers==4.6.0", "django-decorator-include==3.2", "django-filter==24.3", "django-guardian==2.4.0",