From c98e6896dd37dbba9c953beaf6dce3c782bdc6d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:08:44 +0000 Subject: [PATCH] Bump django-cors-headers from 4.4.0 to 4.5.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.4.0 to 4.5.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.4.0...4.5.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d2bc1035..24dc7691 100644 --- a/poetry.lock +++ b/poetry.lock @@ -355,13 +355,13 @@ steam = ["python3-openid (>=3.0.8)"] [[package]] name = "django-cors-headers" -version = "4.4.0" +version = "4.5.0" description = "django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "django_cors_headers-4.4.0-py3-none-any.whl", hash = "sha256:5c6e3b7fe870876a1efdfeb4f433782c3524078fa0dc9e0195f6706ce7a242f6"}, - {file = "django_cors_headers-4.4.0.tar.gz", hash = "sha256:92cf4633e22af67a230a1456cb1b7a02bb213d6536d2dcb2a4a24092ea9cebc2"}, + {file = "django_cors_headers-4.5.0-py3-none-any.whl", hash = "sha256:28c1ded847aa70208798de3e42422a782f427b8b720e8d7319d34b654b5978e6"}, + {file = "django_cors_headers-4.5.0.tar.gz", hash = "sha256:6c01a85cf1ec779a7bde621db853aa3ce5c065a5ba8e27df7a9f9e8dac310f4f"}, ] [package.dependencies] @@ -1184,4 +1184,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3035ab381c7598908796873fe16e7b3e234448235b2549861039fca0fdbb88ee" +content-hash = "ef1557cedce44af404afc0af32bc5824ddad09368e784cd67c45edd42d5d069d" diff --git a/pyproject.toml b/pyproject.toml index f4e7aff8..3640e366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ charset-normalizer = "^3.3.2" cryptography = "^43.0.1" defusedxml = "^0.7.1" django-allauth = "^64.0.0" -django-cors-headers = "^4.4.0" +django-cors-headers = "^4.5.0" django-filter = "^24.3" django-health-check = "^3.18.3" django-money = "^3.5.3"