From 7cbbac72e772d3ac8bdc677ee030dde20d6d0da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:53:01 +0000 Subject: [PATCH] build(deps): Update django-bootstrap3 requirement Updates the requirements on [django-bootstrap3](https://github.com/zostera/django-bootstrap3) to permit the latest version. - [Changelog](https://github.com/zostera/django-bootstrap3/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap3/compare/v25.1...v26.1) --- updated-dependencies: - dependency-name: django-bootstrap3 dependency-version: '26.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de73a7c8..f901aeaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "django-anymail>=13.0,<15.0", # UI & Templates - "django-bootstrap3>=25.1,<26.0", + "django-bootstrap3>=25.1,<27.0", "django-active-link>=0.2.2,<0.4.0", "django-html5>=1.0.0,<2.0.0", "django-meta>=2.5.0,<3.0.0",