From fcf682edb4487eb620860a986b4c6cd583e130f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:57:53 +0000 Subject: [PATCH] Bump django-bootstrap5 from 25.1 to 25.3 Bumps [django-bootstrap5](https://github.com/zostera/django-bootstrap5) from 25.1 to 25.3. - [Changelog](https://github.com/zostera/django-bootstrap5/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap5/compare/v25.1...v25.3) --- updated-dependencies: - dependency-name: django-bootstrap5 dependency-version: '25.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 89ee6e690..e9cccc8ec 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.8.1", - "django-bootstrap5==25.1", + "django-bootstrap5==25.3", "django-colorfield==0.14.0", "django-cors-headers==4.7.0", "django-filter==25.1",