From e5daa288beef81d1a63f478a15a682b16a5729cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:18:18 +0000 Subject: [PATCH] Bump django-bootstrap5 from 25.1 to 26.2 Bumps [django-bootstrap5](https://github.com/zostera/django-bootstrap5) from 25.1 to 26.2. - [Changelog](https://github.com/zostera/django-bootstrap5/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap5/compare/v25.1...v26.2) --- updated-dependencies: - dependency-name: django-bootstrap5 dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31839ae..b0778b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "demoji==1.1.0", "Django==5.2.11", "django-allauth[socialaccount]==65.14.3", - "django-bootstrap5==25.1", + "django-bootstrap5==26.2", "django-cleanup==9.0.0", "django-cors-headers==4.7.0", "django-decorator-include==3.3",