From 155da4ffcb0c69635d787076a4c8ac7d27e8b268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:34:06 +0000 Subject: [PATCH] chore(deps): bump django-imagekit from 5.0 to 6.1.0 Bumps [django-imagekit](https://github.com/matthewwithanm/django-imagekit) from 5.0 to 6.1.0. - [Release notes](https://github.com/matthewwithanm/django-imagekit/releases) - [Commits](https://github.com/matthewwithanm/django-imagekit/compare/5.0...6.1) --- updated-dependencies: - dependency-name: django-imagekit dependency-version: 6.1.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 f778f98c0..340ba73ae 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.1.0", "django-haystack==3.3.0", "elasticsearch>=7,<8", "django-tastypie==0.15.1",