From f4acc315061559beb18d12a49c98abaedb659a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:57:06 +0000 Subject: [PATCH] Bump django-cors-headers from 3.14.0 to 4.1.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.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/3.14.0...4.1.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 4a615e8..bb00d33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django_cors_headers==3.14.0 +django_cors_headers==4.1.0 django_htmlmin==0.11.0 django_allauth==0.54.0 Django==4.2.2