From 71df1160792d9b0a4efb49142d8e724d841e2f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 13:12:46 +0100 Subject: [PATCH] Bump django-bootstrap3 from 25.2 to 26.1 (#5764) Bumps [django-bootstrap3](https://github.com/zostera/django-bootstrap3) from 25.2 to 26.1. - [Changelog](https://github.com/zostera/django-bootstrap3/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap3/compare/v25.2...v26.1) --- updated-dependencies: - dependency-name: django-bootstrap3 dependency-version: '26.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b23351c34..5c30ddea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "defusedcsv>=1.1.0", "dnspython==2.*", "Django[argon2]==4.2.*,>=4.2.26", - "django-bootstrap3==25.2", + "django-bootstrap3==26.1", "django-compressor==4.6.0", "django-countries==8.2.*", "django-filter==25.1",