From f431b398ca2b071c639112c72f88771bc9f6205a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 03:52:41 +0000 Subject: [PATCH] chore(deps): update django-cors-headers requirement in /api Updates the requirements on [django-cors-headers](https://github.com/adamchainz/django-cors-headers) to permit the latest version. - [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.4.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 670c0f416..53d59b366 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -3,7 +3,7 @@ celery~=5.4.0 coverage~=7.5.4 cryptography~=42.0.8 Django~=5.0.6 -django-cors-headers~=4.3.1 +django-cors-headers~=4.4.0 djangorestframework~=3.14.0 django-celery-email~=3.0.0 django-netfields~=1.3.2