From 4c7676cd029f8a03810f90406aac1186686c93b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 15:50:20 +0000 Subject: [PATCH] Bump django-cors-headers from 4.0.0 to 4.1.0 (#669) Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.0.0...4.1.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 c4f75954..1c7e7b64 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==4.0.0 +django-cors-headers==4.1.0 base91==1.0.1