diff --git a/poetry.lock b/poetry.lock index d8609c9d0..052c04d81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -256,13 +256,13 @@ files = [ [[package]] name = "crispy-bootstrap4" -version = "2023.1" +version = "2024.1" description = "Bootstrap4 template pack for django-crispy-forms" optional = false python-versions = ">=3.8" files = [ - {file = "crispy-bootstrap4-2023.1.tar.gz", hash = "sha256:d60e93eb6d82886c009eb174f2a4c78fdac602a1efadf0305471c84815bd973a"}, - {file = "crispy_bootstrap4-2023.1-py3-none-any.whl", hash = "sha256:1a88e74f8d36d2dedeb40a66f246994f3ce5cd855017785d0291e741d3e7d7c2"}, + {file = "crispy-bootstrap4-2024.1.tar.gz", hash = "sha256:208673bf6a25892a656971af7a00e18ba2f7f06cd4a0d667923bd6134e64d276"}, + {file = "crispy_bootstrap4-2024.1-py3-none-any.whl", hash = "sha256:46cf98777a28621d240bf71eb36d4a26ff86e9e19be1cfd822645f4043d18c31"}, ] [package.dependencies] @@ -1543,4 +1543,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e30be32fde9287be8ef076a291cc22e7ce75458c40a7cf882a4024dd1d9c4e6a" +content-hash = "9a55d0811c0c416a4335780919b2175fd58160a24b1a2fc9dd3d52aba1e980fa" diff --git a/pyproject.toml b/pyproject.toml index ae6c75a8d..43ff872ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ django-model-utils = "^4.1.1" django-admin-csvexport = "^2.2" tablib = "^3.5.0" apis-override-select2js = "^0.1.0" -crispy-bootstrap4 = "^2023.1" +crispy-bootstrap4 = ">=2023.1,<2025.0" python-dateutil = "^2.8.2" django-simple-history = "^3.5.0"