From 4f113b6b8b76cec0b87ae93a50fa9fdd1d601dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:43:46 +0000 Subject: [PATCH] Bump django-colorfield from 0.11.0 to 0.12.0 in /requirements 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/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9cca1e36..16926411 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -52,7 +52,7 @@ django-ninja==1.3.0 # https://github.com/django-crispy-forms/crispy-bootstrap5 crispy-bootstrap5==2024.10 # https://github.com/fabiocaccamo/django-colorfield -django-colorfield==0.11.0 +django-colorfield==0.12.0 # https://github.com/mbraak/django-file-form django-file-form==3.8.0 # https://github.com/django-guardian/django-guardian