From 721dc64a0f81fa8525a1222e2ec9d9b0e3ce88c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:50:41 +0000 Subject: [PATCH] Bump crispy-bootstrap5 from 2024.2 to 2024.10 Bumps [crispy-bootstrap5](https://github.com/django-crispy-forms/crispy-bootstrap5) from 2024.2 to 2024.10. - [Release notes](https://github.com/django-crispy-forms/crispy-bootstrap5/releases) - [Changelog](https://github.com/django-crispy-forms/crispy-bootstrap5/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/crispy-bootstrap5/compare/2024.2...2024.10) --- updated-dependencies: - dependency-name: crispy-bootstrap5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 96eb3c8..66cf881 100644 --- a/poetry.lock +++ b/poetry.lock @@ -148,18 +148,18 @@ files = [ [[package]] name = "crispy-bootstrap5" -version = "2024.2" +version = "2024.10" description = "Bootstrap5 template pack for django-crispy-forms" optional = false python-versions = ">=3.8" files = [ - {file = "crispy-bootstrap5-2024.2.tar.gz", hash = "sha256:7d1fa40c6faf472e30e85c72551a3d2c9eedbf0abfff920683315e4e6f670f2b"}, - {file = "crispy_bootstrap5-2024.2-py3-none-any.whl", hash = "sha256:3867e320920a6ef156e94f9e0f06a80344c453e1b3bd96cd9dc0522ae9e9afb8"}, + {file = "crispy_bootstrap5-2024.10-py3-none-any.whl", hash = "sha256:59e91dac5e45a8c954af3fbcaa6804cd5aef4402f027af2f99a352b096c4016f"}, + {file = "crispy_bootstrap5-2024.10.tar.gz", hash = "sha256:55b442fe675dd95ad280123c7fe464f454186e90b8e5642e751f436c87627c44"}, ] [package.dependencies] django = ">=4.2" -django-crispy-forms = ">=2" +django-crispy-forms = ">=2.3" [package.extras] test = ["pytest", "pytest-django"] @@ -988,4 +988,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "435892a753aad0b63f00d20614a3572489dd5c4a9303d9ce085ae327a73ffe87" +content-hash = "d9ce68bb7472f41bd746de93c2afe1d4987f99bc3250c57d540b269247df6934" diff --git a/pyproject.toml b/pyproject.toml index f3bdc18..1bf6b3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-dotenv = "1.0.1" dj-database-url = "2.2.0" gunicorn = "23.0.0" django-crispy-forms = "2.3" -crispy-bootstrap5 = "2024.2" +crispy-bootstrap5 = "2024.10" xlrd = "2.0.1" # TODO: deprecate xlutils = "2.0.0" # TODO: deprecate xlwt = "1.3.0" # TODO: deprecate