From de6edfc2e98ddaad0c11f8264749a925a72415e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:47:38 +0000 Subject: [PATCH] Bump django-cors-headers from 4.2.0 to 4.3.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.2.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/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3836c4a70..6bac68305 100644 --- a/poetry.lock +++ b/poetry.lock @@ -511,13 +511,13 @@ Django = ">=2.2" [[package]] name = "django-cors-headers" -version = "4.2.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.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.0-py3-none-any.whl", hash = "sha256:bd36c7aea0d070e462f3383f0dc9ef717e5fdc2b10a99c98c285f16da84ffba2"}, + {file = "django_cors_headers-4.3.0.tar.gz", hash = "sha256:25aabc94d4837678c1edf442c7f68a5f5fd151f6767b0e0b01c61a2179d02711"}, ] [package.dependencies] @@ -2266,4 +2266,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "19392a2bdcff42db03d26a5d93b19916ee99dbd1cbd633b4b5263c121c016c30" +content-hash = "16428793ca74e7c9c756382b9fe82264686cf434eefca0c076d642c7b8533fdd" diff --git a/pyproject.toml b/pyproject.toml index 5d4819c5e..c1d0adee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ selenium = "^4.14.0" pylibmc = "^1.6.1" psycopg2-binary = "^2.9.9" boto = "^2.49.0" -django-cors-headers = "^4.2.0" +django-cors-headers = "^4.3.0" protobuf = "^4.24.4" django-storages = {extras = ["google"], version = "^1.14.2"} django-timedeltafield = "^0.7.10"