From 78f2e49bf8cf0a80b1c4224bb2db2dccdf36e606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:01:24 +0000 Subject: [PATCH 1/2] build(deps): bump django-cors-headers from 4.3.1 to 4.9.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.3.1 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.3.1...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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 67f948ce28c..f088f7055db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -120,7 +120,7 @@ pylibmc==1.6.3 sherlock==0.4.1 psutil==5.9.8 -django-cors-headers==4.3.1 +django-cors-headers==4.9.0 django-user-agents==0.4.0 # production From d1dfc8c29253ef62e8bdbf3b61171c3b7ec63ed4 Mon Sep 17 00:00:00 2001 From: Giovanni Allegri Date: Tue, 28 Oct 2025 21:48:13 +0100 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ba8df323571..6a0159ed2a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -145,7 +145,7 @@ install_requires = # required by monitoring psutil==5.9.8 - django-cors-headers==4.3.1 + django-cors-headers==4.9.0 django-user-agents==0.4.0 # production