From 9b2f1834dfc69c79155acec3dc1146ce51268bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 23:01:20 +0000 Subject: [PATCH] chore(deps)(deps): update django-crispy-forms requirement Updates the requirements on [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) to permit the latest version. - [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.6) --- updated-dependencies: - dependency-name: django-crispy-forms dependency-version: '2.6' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index f9e9ef4..cbe5b05 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -11,7 +11,7 @@ scikit-learn>=1.5.0 numpy>=1.21.0 whitenoise==6.2.0 sqlparse>=0.4.2 -django-crispy-forms>=1.14.0 +django-crispy-forms>=2.6 djangorestframework>=3.14.0 djangorestframework-simplejwt>=5.2.0 celery>=5.2.0 diff --git a/requirements.txt b/requirements.txt index add62c5..68b9bfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ numpy>=1.21.0 matplotlib>=3.4.0 whitenoise==6.2.0 sqlparse>=0.4.2 -django-crispy-forms>=1.14.0 +django-crispy-forms>=2.6 djangorestframework>=3.14.0 djangorestframework-simplejwt>=5.2.0 celery>=5.2.0