From e78bc920e14e3925085bee61808d1ad7207ebf54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 11:38:55 +0000 Subject: [PATCH] Bump django-cors-headers from 3.14.0 to 4.0.0 (#580) Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.0 to 4.0.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.0.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 150613f5..691ebdf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,5 +32,5 @@ black==23.3.0 isort==5.12.0 flake8==6.0.0 pyflakes==3.0.1 -django-cors-headers==3.14.0 +django-cors-headers==4.0.0 base91==1.0.1