From 7819a8d129fa1a0eafeb5781a0609834b98be6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:22:32 +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 8aab7be..e3f459a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -173,18 +173,18 @@ toml = ["tomli"] [[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"] @@ -1365,4 +1365,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "16a19e45ae3f2cea579f5d8be42f467bdcb6dfa8c32cf405678a32eccef5b00d" +content-hash = "0f38c4b32fc862ef9dd82b3f4e02ff5db24f381f21189cda60928bf419ed446d" diff --git a/pyproject.toml b/pyproject.toml index 75a38a6..0e9fb70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ django-tables2 = "^2.7.0" django-bootstrap5 = "^24.3" pytest-asyncio = "^0.24.0" django-crispy-forms = "^2.3" -crispy-bootstrap5 = "^2024.2" +crispy-bootstrap5 = "^2024.10" [tool.poetry.group.dev.dependencies] pytest = "^8.3"