From a6f1713373cca19d172e29904a124e84c3a9aceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 23:36:14 +0000 Subject: [PATCH] Bump django-colorfield from 0.11.0 to 0.12.0 Bumps [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/fabiocaccamo/django-colorfield/releases) - [Changelog](https://github.com/fabiocaccamo/django-colorfield/blob/0.12.0/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/django-colorfield/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: django-colorfield 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..ef2bb3b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django >= 2.2 -django-colorfield == 0.11.0 +django-colorfield == 0.12.0 python-slugify == 8.0.4