From bc15f011656c44a85d047b0be6fd62d4f71787d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:14:56 +0000 Subject: [PATCH] [deps] Update django-pipeline requirement from ~=4.0 to ~=4.1 in /images Updates the requirements on [django-pipeline](https://github.com/jazzband/django-pipeline) to permit the latest version. - [Release notes](https://github.com/jazzband/django-pipeline/releases) - [Changelog](https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst) - [Commits](https://github.com/jazzband/django-pipeline/compare/4.0.0...4.1.0) --- updated-dependencies: - dependency-name: django-pipeline dependency-version: 4.1.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..e2c058c1 100644 --- a/images/openwisp_base/requirements.txt +++ b/images/openwisp_base/requirements.txt @@ -5,7 +5,7 @@ psycopg2 sentry-sdk supervisor~=4.2 # allows 4.x and > 4.2 django-cors-headers~=4.7 -django-pipeline~=4.0 +django-pipeline~=4.1 uwsgi~=2.0.30 django-celery-email~=3.0.0 tldextract~=5.3.0