From 6ba24e35a464af2caaeb12b034c5d88d347348d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:50:46 +0000 Subject: [PATCH] poetry bot: bump django-cors-headers from 3.14.0 to 4.6.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.0 to 4.6.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.6.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index b3869d9cb..b901163a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -887,17 +887,18 @@ rjsmin = "1.2.2" [[package]] name = "django-cors-headers" -version = "3.14.0" +version = "4.6.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.9" 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.6.0-py3-none-any.whl", hash = "sha256:8edbc0497e611c24d5150e0055d3b178c6534b8ed826fb6f53b21c63f5d48ba3"}, + {file = "django_cors_headers-4.6.0.tar.gz", hash = "sha256:14d76b4b4c8d39375baeddd89e4f08899051eeaf177cb02a29bd6eae8cf63aa8"}, ] [package.dependencies] -Django = ">=3.2" +asgiref = ">=3.6" +django = ">=4.2" [[package]] name = "django-crispy-forms" @@ -4593,4 +4594,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "02ac41e5978cefc28923a85af8c5d9dd3f6ed929be4ea87fb2e2cc840863f8e4" +content-hash = "5ad554d565349c80d19dcc7c6864a42227fc38d908e6539524a490e822d680cb" diff --git a/pyproject.toml b/pyproject.toml index 5cc198ca1..7aee1d540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ django-better-admin-arrayfield = "^1.4.2" django-bootstrap4 = "^23.4" django-ckeditor = "^6.7.1" django-compressor = "^4.4" -django-cors-headers = "^3.14.0" +django-cors-headers = "^4.6.0" django-environ = "^0.9.0" django-extensions = "^3.2.3" django-fieldsets-with-inlines = { git = "https://github.com/raphodn/django-fieldsets-with-inlines.git", branch = "master" }