From fae3f4a56a3ef96b8480af912039d622641a0ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:39:05 +0000 Subject: [PATCH] Bump django-bootstrap5 from 26.1 to 26.2 Bumps [django-bootstrap5](https://github.com/zostera/django-bootstrap5) from 26.1 to 26.2. - [Changelog](https://github.com/zostera/django-bootstrap5/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap5/compare/v26.1...v26.2) --- updated-dependencies: - dependency-name: django-bootstrap5 dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d46159b91..b7d6c8d3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "commonmark==0.9.1", "conference-scheduler==3.0.1", "django-allauth[mfa]==65.14.0", - "django-bootstrap5==26.1", + "django-bootstrap5==26.2", "django-colorfield==0.14.0", "django-cors-headers==4.9.0", "django-filter==25.2",