From f1c37f2bc128ba5058fd31ec31429455943cddea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:51 +0000 Subject: [PATCH] [DEPENDABOT] Update: 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 91b40638..fadcbebf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Django and REST framework Django==5.1.6 djangorestframework==3.15.2 -django-cors-headers==4.6.0 +django-cors-headers==4.7.0 # Authentication django-allauth==65.4.0