From e18b2d65d727059efec9b78e1e6a84d3cd743401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:09:32 +0000 Subject: [PATCH] Bump django-cors-headers from 4.3.1 to 4.6.0 in /src Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.3.1 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/4.3.1...4.6.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/poetry.lock | 12 ++++++------ src/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/poetry.lock b/src/poetry.lock index 2293c3e..bbe5007 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -125,18 +125,18 @@ bcrypt = ["bcrypt"] [[package]] name = "django-cors-headers" -version = "4.3.1" +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.8" +python-versions = ">=3.9" files = [ - {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"}, + {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] asgiref = ">=3.6" -Django = ">=3.2" +django = ">=4.2" [[package]] name = "djangorestframework" @@ -605,4 +605,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fd8573ae94750f1e9e21abaefc89745f4749249600fd91b4b197faafd80606a6" +content-hash = "0e1dcb5629f616a0c2e2612ac5faf74f511f6112fa0314553481dd686965c0e7" diff --git a/src/pyproject.toml b/src/pyproject.toml index 9ce9aa6..a0a7a05 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.10" django = ">=4.2,<4.3" djangorestframework = "^3.14.0" -django-cors-headers = "^4.3.1" +django-cors-headers = "^4.6.0" whitenoise = "^6.6.0" python-decouple = "^3.8" gunicorn = "^22.0.0"