From 4a292f72a1e31fbd2ff4b4a848fb7244f2b44c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 13:15:39 +0000 Subject: [PATCH] Update django-bootstrap4 requirement from ~=3.0 to >=3,<22 Updates the requirements on [django-bootstrap4](https://github.com/zostera/django-bootstrap4) to permit the latest version. - [Release notes](https://github.com/zostera/django-bootstrap4/releases) - [Changelog](https://github.com/zostera/django-bootstrap4/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap4/commits) --- updated-dependencies: - dependency-name: django-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 ee5848eb6..3dbd12612 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'beautifulsoup4~=4.9', 'django~=3.1', # TOM Toolkit requires db math functions 'djangorestframework~=3.12', - 'django-bootstrap4~=3.0', + 'django-bootstrap4>=3,<22', 'django-contrib-comments~=2.0', # Earlier version are incompatible with Django >= 3.0 'django-crispy-forms~=1.11', 'django-extensions~=3.1',