From d47fb1b19e93c75908075e5cda46a83270749546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:57:48 +0000 Subject: [PATCH] chore(deps): bump django-cors-headers from 4.6.0 to 4.7.0 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-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 a6cf6fd..fa44355 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==5.1.6 -django-cors-headers==4.6.0 +django-cors-headers==4.7.0 django-oauth-toolkit==3.0.1 django-tinymce==4.1.0 django-widget-tweaks==1.5.0