From a245da0896daaaf0c3d48eaf65605e5d602021e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:44:02 +0000 Subject: [PATCH] Bump django-crispy-forms from 2.1 to 2.2 Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 2.1 to 2.2. - [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/2.1...2.2) --- updated-dependencies: - dependency-name: django-crispy-forms dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e1a2b6..76db304 100644 --- a/poetry.lock +++ b/poetry.lock @@ -432,13 +432,13 @@ django-compressor = "*" [[package]] name = "django-crispy-forms" -version = "2.1" +version = "2.2" description = "Best way to have Django DRY forms" optional = false python-versions = ">=3.8" files = [ - {file = "django-crispy-forms-2.1.tar.gz", hash = "sha256:4d7ec431933ad4d4b5c5a6de4a584d24613c347db9ac168723c9aaf63af4bb96"}, - {file = "django_crispy_forms-2.1-py3-none-any.whl", hash = "sha256:d592044771412ae1bd539cc377203aa61d4eebe77fcbc07fbc8f12d3746d4f6b"}, + {file = "django_crispy_forms-2.2-py3-none-any.whl", hash = "sha256:a681cffd5af270b3082bda02cf8f81bdb5717ed66d2265e87e3df2f4ccf46277"}, + {file = "django_crispy_forms-2.2.tar.gz", hash = "sha256:92cb7b7786fb82646bad739343fd17a99a04b0b736a09e34f3b91f26cbca7e4a"}, ] [package.dependencies] @@ -1796,4 +1796,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "dbae4e9fd02d1f7409e31df8ead970f183b75cb15c440ed716f361071dc99e6b" +content-hash = "09066fff6aa78a17ecca816de739bcdf144c300c3c4f86a16813ff43b648d6a4" diff --git a/pyproject.toml b/pyproject.toml index f05abc2..876769e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ django-autocomplete-light = "^3.9.4" django-bootstrap4 = "^24.1" django-compressor = "^4.4" django-compressor-postcss = "0.8.2" -django-crispy-forms = "2.1" +django-crispy-forms = "2.2" django-htmlmin = "0.11.0" django-localflavor = "4.0" django-localflavor-us = "1.1"