From c90a83495a240f56c5d58ee80901c99673a2f76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 04:30:37 +0000 Subject: [PATCH] Bump django-colorfield from 0.9.0 to 0.10.0 Bumps [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) from 0.9.0 to 0.10.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.9.0...0.10.0) --- updated-dependencies: - dependency-name: django-colorfield dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a6528b8..495602e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -362,13 +362,13 @@ saml = ["python3-saml (>=1.15.0,<2.0.0)"] [[package]] name = "django-colorfield" -version = "0.9.0" +version = "0.10.0" description = "color field for django models with a nice color-picker in the admin." optional = false python-versions = "*" files = [ - {file = "django-colorfield-0.9.0.tar.gz", hash = "sha256:208e04dae669ed95f18c4aef02865e9c785873521ffbe5b46fb6ea7a1500c979"}, - {file = "django_colorfield-0.9.0-py3-none-any.whl", hash = "sha256:7df5486de759dce70e54a1854f69bafd0a1e1bf98b66b09661d4d84342f447fc"}, + {file = "django-colorfield-0.10.0.tar.gz", hash = "sha256:0273777bd282d1277fe7a241cd9f9c4a1224ff8cbb9d386f396f983aa523fd5f"}, + {file = "django_colorfield-0.10.0-py3-none-any.whl", hash = "sha256:50858017f4462e7459644cd0575b57d924f3f6b12707523f5df70b49181347d0"}, ] [package.dependencies] @@ -821,4 +821,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "074488194bbe903738e2125b0f5bdef4e1b25fc80a5d3559e0476870b95443ef" +content-hash = "a22d78b7f71061e400c3a01ecdffd6a0a739ddfb95cea45a12baa9faf7114a21" diff --git a/pyproject.toml b/pyproject.toml index 51576df..81e8585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ include = [ [tool.poetry.dependencies] python = "^3.8" Django = "^4.0.6" -django-colorfield = ">=0.7.2,<0.10.0" +django-colorfield = ">=0.7.2,<0.11.0" django-allauth = ">=0.51,<0.56" Pillow = ">=9.2,<11.0" dj-database-url = ">=1,<3"