From 409887e0e73e1d2512086e62a50405943c9e7997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 23:37:15 +0200 Subject: [PATCH] Update django-cors-headers requirement in /server (#126) 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.0...4.4.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production ... --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index e9e29578..9f0857b5 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,7 +6,7 @@ celery==5.3.* channels==4.1.* channels_redis==4.2.* Django==4.2.* -django-cors-headers==4.3.* +django-cors-headers==4.4.* django-decorator-include==3.0 django-extensions==3.2.* django-formset-js-improved