From 63e303acb010ba3d7665f0b74ddeda55c9e3e7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:56:07 +0000 Subject: [PATCH] Bump django-cors-headers from 3.14.0 to 4.2.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.0 to 4.2.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.2.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3a67ecd..62bfd73 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -24,7 +24,7 @@ djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework djangorestframework-api-key==2.* # https://github.com/florimondmanca/djangorestframework-api-key django-ninja-jwt==5.2.5 # https://github.com/eadwinCode/django-ninja-jwt django-ninja-extra -django-cors-headers==3.14.0 +django-cors-headers==4.2.0 # Websockets # ------------------------------------------------------------------------------ channels[daphne]