From 13323389e9d0ec5dcdd0bfcf80a23892b01927e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:04:30 +0000 Subject: [PATCH] Bump django-cors-headers from 4.1.0 to 4.9.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.1.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.1.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] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a6854fa..4d662d1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -12,7 +12,7 @@ django-debug-toolbar==3.5.0 # https://django-debug-toolbar.readthedocs.io/en/lat # Django REST Framework djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework -django-cors-headers==4.1.0 # https://github.com/adamchainz/django-cors-headers +django-cors-headers==4.9.0 # https://github.com/adamchainz/django-cors-headers djangochannelsrestframework==0.3.0 # https://djangochannelsrestframework.readthedocs.io/en/latest/ # DRF-spectacular for api documentation