From ae18b8228276de6c3ff5438ba6cc8565b96f344b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 16:48:56 +0100 Subject: [PATCH] Bump django-cors-headers from 3.8.0 to 3.11.0 (#95) Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.8.0 to 3.11.0. - [Release notes](https://github.com/adamchainz/django-cors-headers/releases) - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/HISTORY.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.8.0...3.11.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> --- Pipfile.lock | 7 +++---- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 2e039742d..4032ff69b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -279,12 +279,11 @@ }, "django-cors-headers": { "hashes": [ - "sha256:3777bdb1f8472e898b3cd8a015862e334474f35791d9619f125eb65a83fee1e3", - "sha256:425c20ceffa42b9ac11b02611eece4ae6c5fef2ff0f039c14c1df20e00c80df8", - "sha256:4b8e13bf8d3df50ac4b986bd87085c3073dd56402ede109222ea34a774f9ec1b" + "sha256:a22be2befd4069c4fc174f11cf067351df5c061a3a5f94a01650b4e928b0372b", + "sha256:eb98389bf7a2afc5d374806af4a9149697e3a6955b5a2dc2bf049f7d33647456" ], "index": "pypi", - "version": "==3.8.0" + "version": "==3.11.0" }, "django-extensions": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index f879bd92c..4535b6d28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ constantly==15.1.0 cryptography==3.4.7 daphne==3.0.2; python_version >= '3.6' dateparser==1.0.0 -django-cors-headers==3.8.0 +django-cors-headers==3.11.0 django-extensions==3.1.3 django-filter==2.4.0 django-picklefield==3.0.1; python_version >= '3'