From c400472fa7d77f7a34df8a49facff9c28882fc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:25:04 +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 58e23a90..51fb3b61 100644 --- a/poetry.lock +++ b/poetry.lock @@ -560,13 +560,13 @@ typing_extensions = ">=4.0.0" [[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] @@ -2196,4 +2196,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.12.5" -content-hash = "58cd4c93b3d011f557d691a01bcf69b68780c03df594e2bc58473348de2394b7" +content-hash = "acdb692ef2b283be68073f4cd10af2e5bb6e3cfe734d95055cfa91248fc7112b" diff --git a/pyproject.toml b/pyproject.toml index 2fd9a8dc..ca4a549b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.12.5" Django = "^4.2.16" django-q = "^1.3.9" django-choices-field = "^2.3" -django-cors-headers = "^4.4.0" +django-cors-headers = "^4.5.0" gunicorn = "^22.0.0" Pillow = "^10.4.0" psycopg2 = "^2.9.9"