From 0f1ae12e14d06ed4dfd53e9a4b7d19284267c30f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:38:45 +0000 Subject: [PATCH] Bump django-bootstrap5 from 26.2 to 26.3 Bumps [django-bootstrap5](https://github.com/zostera/django-bootstrap5) from 26.2 to 26.3. - [Changelog](https://github.com/zostera/django-bootstrap5/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap5/compare/v26.2...v26.3) --- updated-dependencies: - dependency-name: django-bootstrap5 dependency-version: '26.3' 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 d30d711eb..e1a1881ed 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.16.1", - "django-bootstrap5==26.2", + "django-bootstrap5==26.3", "django-colorfield==0.14.0", "django-cors-headers==4.9.0", "django-filter==25.2",