From 69badca40b06458cd7605353df342bf95e0139e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:18:11 +0000 Subject: [PATCH] chore(deps): bump django-imagekit from 5.0 to 6.0.0 Bumps [django-imagekit](https://github.com/matthewwithanm/django-imagekit) from 5.0 to 6.0.0. - [Release notes](https://github.com/matthewwithanm/django-imagekit/releases) - [Commits](https://github.com/matthewwithanm/django-imagekit/compare/5.0...6.0) --- updated-dependencies: - dependency-name: django-imagekit dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e21e6557..0bea308ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "chardet==4.0.0", "celery[redis]==5.4.0", "django-celery-beat==2.8.1", - "django-imagekit==5.0", + "django-imagekit==6.0.0", "django-haystack==3.3.0", "elasticsearch>=7,<8", "django-tastypie==0.15.1",