From e1b46abc5c236986f6fff10d9553f89b57f5a34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:02:14 +0000 Subject: [PATCH] Bump django-cors-headers from 4.1.0 to 4.3.0 (#892) Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.1.0 to 4.3.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.1.0...4.3.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... 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 bf8a3303..a7d3bd0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,5 +30,5 @@ black==23.3.0 isort==5.12.0 flake8==6.1.0 pyflakes==3.1.0 -django-cors-headers==4.1.0 +django-cors-headers==4.3.0 base91==1.0.1