From b70c1b02c2527cb69e90768e1f1188af1d91b4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:46:25 +0200 Subject: [PATCH] Bump django-bootstrap3 from 26.1 to 26.2 (#6445) Bumps [django-bootstrap3](https://github.com/zostera/django-bootstrap3) from 26.1 to 26.2. - [Changelog](https://github.com/zostera/django-bootstrap3/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap3/compare/v26.1...v26.2) --- updated-dependencies: - dependency-name: django-bootstrap3 dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-minor ... 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 9d9b1469c..422d3f206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "defusedcsv>=3.0.0", "dnspython==2.*", "Django[argon2]==5.2.*", - "django-bootstrap3==26.1", + "django-bootstrap3==26.2", "django-compressor==4.6.0", "django-countries==9.0.*", "django-filter==26.1",