From b419337f337930c3a51253af073c0ca1063ed8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:23:17 +0000 Subject: [PATCH] Bump django-cors-headers from 3.14.0 to 4.3.0 in /back Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.0 to 4.3.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.3.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- back/poetry.lock | 10 +++++----- back/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/back/poetry.lock b/back/poetry.lock index 7034509ce..7e4ff8607 100644 --- a/back/poetry.lock +++ b/back/poetry.lock @@ -1795,13 +1795,13 @@ celery = ">=5.2.3,<6.0" [[package]] name = "django-cors-headers" -version = "3.14.0" +version = "4.3.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.7" +python-versions = ">=3.8" files = [ - {file = "django_cors_headers-3.14.0-py3-none-any.whl", hash = "sha256:684180013cc7277bdd8702b80a3c5a4b3fcae4abb2bf134dceb9f5dfe300228e"}, - {file = "django_cors_headers-3.14.0.tar.gz", hash = "sha256:5fbd58a6fb4119d975754b2bc090f35ec160a8373f276612c675b00e8a138739"}, + {file = "django_cors_headers-4.3.0-py3-none-any.whl", hash = "sha256:bd36c7aea0d070e462f3383f0dc9ef717e5fdc2b10a99c98c285f16da84ffba2"}, + {file = "django_cors_headers-4.3.0.tar.gz", hash = "sha256:25aabc94d4837678c1edf442c7f68a5f5fd151f6767b0e0b01c61a2179d02711"}, ] [package.dependencies] @@ -8724,4 +8724,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "e187e659b567eaa186b6ae63545c1885fe7b134f14af80be67571d39003341be" +content-hash = "bfa8998851a1bc7cf511e48ec89ec6d198a81d39077ec1ff03c5cefc9562d8ed" diff --git a/back/pyproject.toml b/back/pyproject.toml index 03030830b..897a1b6fd 100644 --- a/back/pyproject.toml +++ b/back/pyproject.toml @@ -16,7 +16,7 @@ drf-spectacular = {extras = ["sidecar"], version = "^0.24.0"} channels = "*" daphne = "*" Django = "*" -django-cors-headers = "^3.13.0" +django-cors-headers = "^4.3.0" django-extensions = "^3.2.1" django-better-admin-arrayfield = "^1.4.2" typefit = "^0.4.2"