From bb50656062f85055a25ca2102338a4cedc6d8773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:02:42 +0000 Subject: [PATCH] Update django-bootstrap5 requirement from ~=21.3 to ~=22.2 Updates the requirements on [django-bootstrap5](https://github.com/zostera/django-bootstrap5) to permit the latest version. - [Release notes](https://github.com/zostera/django-bootstrap5/releases) - [Changelog](https://github.com/zostera/django-bootstrap5/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap5/commits) --- updated-dependencies: - dependency-name: django-bootstrap5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c8e463..eae272c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django~=4.0 django-active-link~=0.1.8 django-bootstrap-datepicker-plus~=4.0.0 -django-bootstrap5~=21.3 +django-bootstrap5~=22.2 django-ckeditor~=6.5.1 django-compref-keycloak~=1.2.0 django-email-obfuscator~=0.1.5