Update dependency django-cors-headers to v4.3.1

This commit is contained in:
renovate[bot] 2023-11-26 03:34:15 +00:00 коммит произвёл GitHub
Родитель cd4428b466
Коммит 9c18ecf5c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 3 удалений

7
poetry.lock сгенерированный
Просмотреть файл

@ -451,16 +451,17 @@ Django = ">=2.2"
[[package]]
name = "django-cors-headers"
version = "4.3.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.3.0-py3-none-any.whl", hash = "sha256:bd36c7aea0d070e462f3383f0dc9ef717e5fdc2b10a99c98c285f16da84ffba2"},
{file = "django_cors_headers-4.3.0.tar.gz", hash = "sha256:25aabc94d4837678c1edf442c7f68a5f5fd151f6767b0e0b01c61a2179d02711"},
{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]]