From e99661befe04f37ccebd8b470dddc3b564faa929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:15:00 +0000 Subject: [PATCH] [deps] Update django-cors-headers requirement in /images/openwisp_base 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.7.0...4.9.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-version: 4.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/openwisp_base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/openwisp_base/requirements.txt b/images/openwisp_base/requirements.txt index c6e6c233..0fd043b9 100644 --- a/images/openwisp_base/requirements.txt +++ b/images/openwisp_base/requirements.txt @@ -4,7 +4,7 @@ django-redis psycopg2 sentry-sdk supervisor~=4.2 # allows 4.x and > 4.2 -django-cors-headers~=4.7 +django-cors-headers~=4.9 django-pipeline~=4.0 uwsgi~=2.0.30 django-celery-email~=3.0.0