From 0c9d193d303d7189b4ed86eeab0afaa7cda76b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:25:45 +0000 Subject: [PATCH] build(deps): bump django-cors-headers from 3.14.0 to 4.5.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.0 to 4.5.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.14.0...4.5.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32b3188f..cce6aa99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ channels_redis==4.1.0 # Django Django[argon2]==4.1.7 -django-cors-headers==3.14.0 +django-cors-headers==4.5.0 django-filter==23.2 djangorestframework==3.14.0