diff --git a/poetry.lock b/poetry.lock index 47673d2..53a5694 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1497,13 +1497,13 @@ django = ">=3.2" [[package]] name = "django-colorfield" -version = "0.8.0" -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.8.0.tar.gz", hash = "sha256:e50423af639858d01c39980eed9970f7ae475610bf0709b81f6b21a3dc9c3f92"}, - {file = "django_colorfield-0.8.0-py3-none-any.whl", hash = "sha256:b7a25e2c430f4e80726ab171805d0d76d1f82cc7ff3799d60c2682f50d2ca03c"}, + {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] @@ -6704,4 +6704,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7b52426065b04709a15a560787f01a00166dba6005aea755ed490a7523569524" +content-hash = "a31568e207f4b0b98ba37099ee67046e25c9c804899558584bdad7683fd29c79" diff --git a/pyproject.toml b/pyproject.toml index d7eac0d..9f79f77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ django-crispy-forms = "^2.1" crispy-bootstrap5 = "^0.7" django-redis = "^5.2.0" django-ckeditor = "^6.5.1" -django-colorfield = "^0.8.0" +django-colorfield = "^0.11.0" djangorestframework = "^3.14.0" django-rest-auth = "^0.9.5" django-cors-headers = "^4.0.0"