From 62c16c0e91ea5ed5a726f084780375bdfc40c875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 11:06:37 +0000 Subject: [PATCH] chore(deps): bump django-cors-headers from 4.3.1 to 4.4.0 (#1350) Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.3.1 to 4.4.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.3.1...4.4.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 9bb049b52..db0a249a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,5 +26,5 @@ python-gnupg==0.5.2 daphne==4.1.2 drf-spectacular==0.27.2 drf-spectacular-sidecar==2024.7.1 -django-cors-headers==4.3.1 +django-cors-headers==4.4.0 base91==1.0.1