From e11419a7f428713e8088e525d206dab905d9da5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:25:36 +0000 Subject: [PATCH] Update crispy-bootstrap4 requirement from ~=2022.0 to >=2022,<2024 Updates the requirements on [crispy-bootstrap4](https://github.com/django-crispy-forms/crispy-bootstrap4) to permit the latest version. - [Release notes](https://github.com/django-crispy-forms/crispy-bootstrap4/releases) - [Changelog](https://github.com/django-crispy-forms/crispy-bootstrap4/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/crispy-bootstrap4/compare/2022.1...2023.1) --- updated-dependencies: - dependency-name: crispy-bootstrap4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d652e9af5..d80e68b16 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'django-bootstrap4>=3,<24', 'django-contrib-comments~=2.0', # Earlier version are incompatible with Django >= 3.0 'django-crispy-forms~=2.0', - 'crispy-bootstrap4~=2022.0', + 'crispy-bootstrap4>=2022,<2024', 'django-dramatiq<1.0.0', 'django-extensions~=3.1', 'django-filter>=21,<24',