diff --git a/poetry.lock b/poetry.lock index 43ba642..4860a8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1168,18 +1168,18 @@ toml = ["tomli"] [[package]] name = "crispy-bootstrap5" -version = "0.7" +version = "2023.10" description = "Bootstrap5 template pack for django-crispy-forms" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "crispy-bootstrap5-0.7.tar.gz", hash = "sha256:0745a67199619149b7feca87dab7a45664876ed50fb582b38fd2aeb3f8a8d869"}, - {file = "crispy_bootstrap5-0.7-py3-none-any.whl", hash = "sha256:f3ff1ef5cb379fe80b1b02e245008f276444098a4bdb8d855bed84c623798a85"}, + {file = "crispy-bootstrap5-2023.10.tar.gz", hash = "sha256:f16c44f1997310e5a89c0cf230402e7111cc1f942f64fb7e44603958b89b06a1"}, + {file = "crispy_bootstrap5-2023.10-py3-none-any.whl", hash = "sha256:9b5a6c9880f37cd32aa678c0d7576ae60b3e502c444c8712e582f8bd91659afb"}, ] [package.dependencies] -django = ">=3.2" -django-crispy-forms = ">=1.13.0" +django = ">=4.2" +django-crispy-forms = ">=2" [package.extras] test = ["pytest", "pytest-django"] @@ -6752,4 +6752,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "78f59a8211fc435d95d086e9ee4c802938cf9912ad44ef74f34c662aa0f82a77" +content-hash = "e6e7bdfeb1d79bace9580de95bf3e473191be3a9078351909a4d9c5b3a5fe7c7" diff --git a/pyproject.toml b/pyproject.toml index 3b6c741..85c2e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ django-environ = "^0.9.0" django-model-utils = "^4.3.1" django-allauth = "^0.54.0" django-crispy-forms = "^2.1" -crispy-bootstrap5 = "^0.7" +crispy-bootstrap5 = "^2023.10" django-redis = "^5.2.0" django-ckeditor = "^6.5.1" django-colorfield = "^0.11.0"