From c285ea74c301d1c4d5c3b8dd1eff9777b30ef93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 02:13:37 +0000 Subject: [PATCH] Bump django-cors-headers from 3.14.0 to 4.0.0 in /django Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.0 to 4.0.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.0.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- django/poetry.lock | 8 ++++---- django/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/django/poetry.lock b/django/poetry.lock index 0c2c6f04d..ce055b841 100644 --- a/django/poetry.lock +++ b/django/poetry.lock @@ -543,14 +543,14 @@ Django = ">=3.2.18" [[package]] name = "django-cors-headers" -version = "3.14.0" +version = "4.0.0" description = "django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)." category = "main" optional = false python-versions = ">=3.7" 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.0.0-py3-none-any.whl", hash = "sha256:e3cbd247a1a835da4cf71a70d4214378813ea7e08337778b82cb2c1bc19d28d6"}, + {file = "django_cors_headers-4.0.0.tar.gz", hash = "sha256:a971cd4c75b29974068cc36b5c595698822f1e0edd5f1b32ea42ea37326ad4aa"}, ] [package.dependencies] @@ -1633,4 +1633,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "72d01a0ae14e39e050502553973b7b741b4f47efa29ec2933e2b3808279b384a" +content-hash = "291bcf3edc6003bd70e192bbbd73768fd6663e6d6f76fe4af93cb70c3b2350a0" diff --git a/django/pyproject.toml b/django/pyproject.toml index 28bfd62f2..da272c884 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.8" Django = "4.2.1" psycopg2-binary = "2.9.6" djangorestframework = "3.14.0" -django-cors-headers = "3.14.0" +django-cors-headers = "4.0.0" django-model-utils = "4.3.1" sqlalchemy = "2.0.12" social-auth-app-django = "5.2.0"