From 8e574c81e3f3d9abc94d1cebd8c01ad9d48b5125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:23:55 +0000 Subject: [PATCH] Bump django-crispy-forms from 1.14.0 to 2.1 Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.14.0 to 2.1. - [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases) - [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/django-crispy-forms/compare/1.14.0...2.1) --- updated-dependencies: - dependency-name: django-crispy-forms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3144040..d0703c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -417,15 +417,18 @@ django-compressor = "*" [[package]] name = "django-crispy-forms" -version = "1.14.0" +version = "2.1" description = "Best way to have Django DRY forms" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django-crispy-forms-1.14.0.tar.gz", hash = "sha256:35887b8851a931374dd697207a8f56c57a9c5cb9dbf0b9fa54314da5666cea5b"}, - {file = "django_crispy_forms-1.14.0-py3-none-any.whl", hash = "sha256:bc4d2037f6de602d39c0bc452ac3029d1f5d65e88458872cc4dbc01c3a400604"}, + {file = "django-crispy-forms-2.1.tar.gz", hash = "sha256:4d7ec431933ad4d4b5c5a6de4a584d24613c347db9ac168723c9aaf63af4bb96"}, + {file = "django_crispy_forms-2.1-py3-none-any.whl", hash = "sha256:d592044771412ae1bd539cc377203aa61d4eebe77fcbc07fbc8f12d3746d4f6b"}, ] +[package.dependencies] +django = ">=4.2" + [[package]] name = "django-htmlmin" version = "0.11.0" @@ -1612,4 +1615,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "f6f322c5b9b117b8dd0e4d5ec5201a163b67917963b2f9a98de00c9be3fec115" +content-hash = "eee3e7360835a626f286501628c9d0d4b39b969a07919f165ac64f6480abf5d8" diff --git a/pyproject.toml b/pyproject.toml index a56e8c9..e4f4a1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ django-autocomplete-light = "^3.9.4" django-bootstrap4 = "^24.1" django-compressor = "^4.4" django-compressor-postcss = "0.8.2" -django-crispy-forms = "1.14.0" +django-crispy-forms = "2.1" django-htmlmin = "0.11.0" django-localflavor = "4.0" django-localflavor-us = "1.1"