From fd72fe02bf6605e48b2876a6f586fee9cc96dd3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:33:43 +0000 Subject: [PATCH] fix(deps): update dependency django-cors-headers to v4.5.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 089abe0..b391c62 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ bcrypt = ["bcrypt"] [[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] @@ -1619,4 +1619,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7f9d2447704c7859274fc895787470075f0f43847c6a16836beb2150ed9a9787" +content-hash = "33d374bfb8144ec0670c21f968254bc26bc8fe31bd00b1ff1372d3c90073ccbb" diff --git a/pyproject.toml b/pyproject.toml index aa42d18..15ff20a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-decouple = "3.8" django-filter = "24.3" graphene-django = "3.2.2" graphene-django-extras = { git = "https://github.com/anitrend/graphene-django-extras.git", tag = "0.1.1" } -django-cors-headers = "4.4.0" +django-cors-headers = "4.5.0" graphene = "3.3" django-enumfield = "3.1" django-graphql-playground = "1.0"