From 70f3f19180fda837300421e69dbd9d613b75b24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:05:10 +0000 Subject: [PATCH] Bump django-cors-headers from 3.14.0 to 4.9.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.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/3.14.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-major ... 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 529ea6683..b877224f8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -43,4 +43,4 @@ argon2-cffi==21.3.0 django-modeltranslation==0.18.11 # CORS -django-cors-headers==3.14.0 +django-cors-headers==4.9.0