diff --git a/poetry.lock b/poetry.lock index b0b0aabf..ce78f1e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -673,18 +673,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"] @@ -1096,7 +1096,7 @@ files = [ django = "*" django-stubs-ext = ">=4.2.2" mypy = [ - {version = ">=1.0.0", optional = true, markers = "extra != \"compatible-mypy\""}, + {version = ">=1.0.0"}, {version = "==1.5.*", optional = true, markers = "extra == \"compatible-mypy\""}, ] types-pytz = "*" @@ -1164,7 +1164,7 @@ files = [ [package.dependencies] django-stubs = ">=4.2.4" mypy = [ - {version = ">=0.991", optional = true, markers = "extra != \"compatible-mypy\""}, + {version = ">=0.991"}, {version = "==1.5.*", optional = true, markers = "extra == \"compatible-mypy\""}, ] requests = ">=2.0.0" @@ -3623,4 +3623,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "27abbf1873f2acdd06ae43b014c1e1410992dbddd0bc6a07cfef87e6cd801d9f" +content-hash = "eb27f866c052147df6881ed9c34202a8aea3261112655ef52bf5bb0e439d309a" diff --git a/pyproject.toml b/pyproject.toml index 8a7ebfe5..15412149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ django-environ = "0.11.2" django-model-utils = "4.3.1" django-allauth = "0.57.0" django-crispy-forms = "2.1" -crispy-bootstrap5 = "0.7" +crispy-bootstrap5 = "2023.10" django-redis = "5.4.0" djangorestframework = "3.14.0" django-cors-headers = "4.2.0"