From e914c12ff0c87b0b2b56b1e1b862ef5dfaaf44d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:04:03 +0000 Subject: [PATCH] Update django-colorfield requirement from ~=0.8.0 to ~=0.10.1 Updates the requirements on [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) to permit the latest version. - [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.8.0...0.10.1) --- updated-dependencies: - dependency-name: django-colorfield dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12fc5807..d668ce80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ django-mdeditor~=0.1.20 requests~=2.31.0 djangorestframework~=3.14.0 git+https://github.com/Rurusetto/rurusetto-django-allauth.git -django-colorfield~=0.8.0 +django-colorfield~=0.10.1 django-admin-interface~=0.26.0 python-decouple~=3.8 python-dateutil~=2.8.2