From ab466d78a77f21994f05808fed56c084b58f6e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:09:28 +0000 Subject: [PATCH] chore(deps): bump django-cors-headers from 4.6.0 to 4.7.0 in /backend (#595) Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.6.0 to 4.7.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.6.0...4.7.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index fa58ac53c..c7d78803d 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -413,13 +413,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-cors-headers" -version = "4.6.0" +version = "4.7.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.9" files = [ - {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"}, + {file = "django_cors_headers-4.7.0-py3-none-any.whl", hash = "sha256:f1c125dcd58479fe7a67fe2499c16ee38b81b397463cf025f0e2c42937421070"}, + {file = "django_cors_headers-4.7.0.tar.gz", hash = "sha256:6fdf31bf9c6d6448ba09ef57157db2268d515d94fc5c89a0a1028e1fc03ee52b"}, ] [package.dependencies] @@ -1968,4 +1968,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1f42cc394426ca5c3e6e9a789d04514eb7cc7b4ed888a6e567c737c5aeafa35f" +content-hash = "daac1a4cd598801376a92843db7156689bcc2741632ffabee7696b5b8ace557c" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 3da631ed7..fa167b747 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -23,7 +23,7 @@ python = "^3.12" python-dateutil = "^2.9.0" django = "^4.2.18" # might remove this once we find out how the jsonapi extras_require work -django-cors-headers = "^4.6.0" +django-cors-headers = "^4.7.0" django-filter = "^24.3" django-prometheus = "^2.3.1" djangorestframework = "^3.15.2"