From 51859a9a0ba8098fda3e4b9b92474bfd14b21bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 02:45:16 +0000 Subject: [PATCH] Bump django-cors-headers from 4.5.0 to 4.6.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.5.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.5.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] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 5fcbc5ac1..0bf149c71 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -40,4 +40,4 @@ django-bidi-utils==1.0 requests==2.32.3 # CORS -django-cors-headers==4.5.0 +django-cors-headers==4.6.0