From 0d9481e9d8bd5b25eec06569c6dcb12fe3e804ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 09:17:48 -0500 Subject: [PATCH] Bump django-crispy-forms (#901) Bumps the production-dependencies group with 1 update in the /config/requirements directory: [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms). Updates `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 dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- config/requirements/dev_lock.txt | 6 +++--- config/requirements/prod.in | 2 +- config/requirements/prod_lock.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/requirements/dev_lock.txt b/config/requirements/dev_lock.txt index 7ebf3ce9..13c93534 100644 --- a/config/requirements/dev_lock.txt +++ b/config/requirements/dev_lock.txt @@ -362,9 +362,9 @@ django-cache-url==3.4.5 \ --hash=sha256:5f350759978483ab85dc0e3e17b3d53eed3394a28148f6bf0f53d11d0feb5b3c \ --hash=sha256:eb9fb194717524348c95cad9905b70b647452741c1d9e481fac6d2125f0ad917 # via environs -django-crispy-forms==2.1 \ - --hash=sha256:4d7ec431933ad4d4b5c5a6de4a584d24613c347db9ac168723c9aaf63af4bb96 \ - --hash=sha256:d592044771412ae1bd539cc377203aa61d4eebe77fcbc07fbc8f12d3746d4f6b +django-crispy-forms==2.2 \ + --hash=sha256:92cb7b7786fb82646bad739343fd17a99a04b0b736a09e34f3b91f26cbca7e4a \ + --hash=sha256:a681cffd5af270b3082bda02cf8f81bdb5717ed66d2265e87e3df2f4ccf46277 # via # -r config/requirements/prod.in # crispy-bootstrap5 diff --git a/config/requirements/prod.in b/config/requirements/prod.in index 183295e6..3fdfe26c 100644 --- a/config/requirements/prod.in +++ b/config/requirements/prod.in @@ -8,7 +8,7 @@ celery~=5.3 crispy-bootstrap5~=2024.2 django-alive~=1.2 django-allauth~=0.63 -django-crispy-forms~=2.0 +django-crispy-forms~=2.2 django-maintenance-mode~=0.19 django-storages~=1.8 environs[django]~=11.0 diff --git a/config/requirements/prod_lock.txt b/config/requirements/prod_lock.txt index a9a6d383..2859b554 100644 --- a/config/requirements/prod_lock.txt +++ b/config/requirements/prod_lock.txt @@ -134,9 +134,9 @@ django-cache-url==3.4.5 \ --hash=sha256:5f350759978483ab85dc0e3e17b3d53eed3394a28148f6bf0f53d11d0feb5b3c \ --hash=sha256:eb9fb194717524348c95cad9905b70b647452741c1d9e481fac6d2125f0ad917 # via environs -django-crispy-forms==2.1 \ - --hash=sha256:4d7ec431933ad4d4b5c5a6de4a584d24613c347db9ac168723c9aaf63af4bb96 \ - --hash=sha256:d592044771412ae1bd539cc377203aa61d4eebe77fcbc07fbc8f12d3746d4f6b +django-crispy-forms==2.2 \ + --hash=sha256:92cb7b7786fb82646bad739343fd17a99a04b0b736a09e34f3b91f26cbca7e4a \ + --hash=sha256:a681cffd5af270b3082bda02cf8f81bdb5717ed66d2265e87e3df2f4ccf46277 # via # -r config/requirements/prod.in # crispy-bootstrap5