From f19cb3c352715646c74cd5aa2d42c610a69bda76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 01:59:21 +0000 Subject: [PATCH] Bump django-cors-headers from 4.6.0 to 4.7.0 in /backend Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.6.0 to 4.7.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.6.0...4.7.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d5204eb..a44b29a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ cyclonedx-python-lib==9.1.0 defusedxml==0.7.1 distro==1.9.0 Django==5.2.1 -django-cors-headers==4.6.0 +django-cors-headers==4.7.0 djangorestframework==3.15.2 exceptiongroup==1.3.0 filelock==3.18.0