From dc246828965ddcabdb739eebc2922deca2d1e531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 08:38:23 +0000 Subject: [PATCH] Update django-cleanup requirement from <7,>=6.0 to >=6.0,<10 in /backend Updates the requirements on [django-cleanup](https://github.com/un1t/django-cleanup) to permit the latest version. - [Changelog](https://github.com/un1t/django-cleanup/blob/master/CHANGELOG.md) - [Commits](https://github.com/un1t/django-cleanup/compare/6.0.0...9.0.0) --- updated-dependencies: - dependency-name: django-cleanup dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5930e10a..3e46c027 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "celery>=5.4,<6", "Django>=5.1,<5.2", "django-celery-results>=2.5,<3", - "django-cleanup>=6.0,<7", + "django-cleanup>=6.0,<10", "django-cors-headers>=4.6,<5", "django-extensions>=3.2,<4", "django-storages>=1.14,<2",