From c4bb54f59bcbcbc3fc4997bfe774d4906a71e361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 23:43:48 +0000 Subject: [PATCH] Bump django-colorfield from 0.11.0 to 0.14.0 Bumps [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) from 0.11.0 to 0.14.0. - [Release notes](https://github.com/fabiocaccamo/django-colorfield/releases) - [Changelog](https://github.com/fabiocaccamo/django-colorfield/blob/main/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/django-colorfield/compare/0.11.0...0.14.0) --- updated-dependencies: - dependency-name: django-colorfield dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f776940f..fdf031b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django >= 2.2 -django-colorfield == 0.11.0 +django-colorfield == 0.14.0 python-slugify == 8.0.4