From 548ed4273e846e67702f9d8b90d03d8e3485364a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:20:19 +0000 Subject: [PATCH] build(deps): bump django-cors-headers from 4.2.0 to 4.3.1 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.2.0 to 4.3.1. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.2.0...4.3.1) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 64eda5d05..4ba398be6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -889,16 +889,17 @@ tzdata = "*" [[package]] name = "django-cors-headers" -version = "4.2.0" +version = "4.3.1" 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" files = [ - {file = "django_cors_headers-4.2.0-py3-none-any.whl", hash = "sha256:9ada212b0e2efd4a5e339360ffc869cb21ac5605e810afe69f7308e577ea5bde"}, - {file = "django_cors_headers-4.2.0.tar.gz", hash = "sha256:f9749c6410fe738278bc2b6ef17f05195bc7b251693c035752d8257026af024f"}, + {file = "django-cors-headers-4.3.1.tar.gz", hash = "sha256:0bf65ef45e606aff1994d35503e6b677c0b26cafff6506f8fd7187f3be840207"}, + {file = "django_cors_headers-4.3.1-py3-none-any.whl", hash = "sha256:0b1fd19297e37417fc9f835d39e45c8c642938ddba1acce0c1753d3edef04f36"}, ] [package.dependencies] +asgiref = ">=3.6" Django = ">=3.2" [[package]] @@ -3747,4 +3748,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "29e38275ff3e6182ec6e9d1c7766ea42624e2b9bc4da5a58227caa8861c67be8" +content-hash = "9f712e3a6e48981fda828ddbd4dcb4e55ae3091265d56ff0007e644cfb49f5c0" diff --git a/pyproject.toml b/pyproject.toml index f97a33429..4fa34541a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ django-crispy-forms = "^2.0" crispy-bootstrap5 = "^0.7" django-redis = "^5.3.0" djangorestframework = "^3.14.0" -django-cors-headers = "^4.0.0" +django-cors-headers = "^4.3.1" drf-spectacular = "^0.26.5" django-webpack-loader = "^2.0.1" gunicorn = "^20.1.0"