From 5a3aab1b1acb1c5e0d201aad99853432b4968465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:14:27 +0000 Subject: [PATCH] Update sorl-thumbnail requirement from <12.10 to <13.1 Updates the requirements on [sorl-thumbnail](https://github.com/jazzband/sorl-thumbnail) to permit the latest version. - [Release notes](https://github.com/jazzband/sorl-thumbnail/releases) - [Changelog](https://github.com/jazzband/sorl-thumbnail/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/sorl-thumbnail/compare/v3.2.5...13.0.0) --- updated-dependencies: - dependency-name: sorl-thumbnail dependency-version: 13.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38409ac6..20bd656b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "django-filter", "django-simple-history", "django-mptt", - "sorl-thumbnail<12.10", + "sorl-thumbnail<13.1", "setuptools<78", # Other Django "django-jsonfield",