From c34ee2f40be7befc1f930238e6dc62cd76838d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:30:24 +0000 Subject: [PATCH] Bump django-colorfield from 0.7.3 to 0.11.0 Bumps [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) from 0.7.3 to 0.11.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.7.3...0.11.0) --- updated-dependencies: - dependency-name: django-colorfield dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index e4216fcf1..b7c108f55 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -406,17 +406,17 @@ django = "*" [[package]] name = "django-colorfield" -version = "0.7.3" -description = "simple color field for your models with a nice color-picker in the admin-interface." +version = "0.11.0" +description = "color field for django models with a nice color-picker in the admin." optional = false python-versions = "*" files = [ - {file = "django-colorfield-0.7.3.tar.gz", hash = "sha256:811c2ad00ca22129915f363ce3718f286cf7357426c5c19bfca4e58a689ce3d4"}, - {file = "django_colorfield-0.7.3-py3-none-any.whl", hash = "sha256:c3f3e1cbfffdf29438ef9a6426608596a8797887c38c781ec7edeabe269b99c6"}, + {file = "django-colorfield-0.11.0.tar.gz", hash = "sha256:05c38c8eb2a94938b810a19b2011846391a4ce71d1c92e88a35974fbcc8fc62e"}, + {file = "django_colorfield-0.11.0-py3-none-any.whl", hash = "sha256:460f40e6123b6ae0fb51a4eb86fc258fcdc0ea28f75102b685e8209b1eae9ec3"}, ] [package.dependencies] -Pillow = ">=5.0" +Pillow = ">=9.0.0" [[package]] name = "django-debug-toolbar" @@ -2106,4 +2106,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "6bbf2ada1ee82ca82b6a57f0e857109a24632ae9d32f9cf1147992dbdcd14502" +content-hash = "add870c877ab06acd764f01d9aec1ce512feb0e8bcf98133363804fb5cf0542b" diff --git a/pyproject.toml b/pyproject.toml index eafe73c63..2e8e382c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ crcmod = "^1.7" django = "^3.2" django-admin-rangefilter = "^0.8" django-admin-sortable = "^2.2" -django-colorfield = "^0.7" +django-colorfield = "^0.11" django-debug-toolbar = "^3.2" django-filter = "^21.1" django-mathfilters = "^1.0"