From 5bf9980e8aa3895984cb6973a7161ec079e9465f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 18:17:55 +0000 Subject: [PATCH] Bump django-bootstrap3 from 24.3 to 25.1 Bumps [django-bootstrap3](https://github.com/zostera/django-bootstrap3) from 24.3 to 25.1. - [Changelog](https://github.com/zostera/django-bootstrap3/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap3/compare/v24.3...v25.1) --- updated-dependencies: - dependency-name: django-bootstrap3 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 188d9c11a..d8cdf7316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "css-inline==0.14.*", "defusedcsv>=1.1.0", "Django[argon2]==4.2.*,>=4.2.15", - "django-bootstrap3==24.3", + "django-bootstrap3==25.1", "django-compressor==4.5.1", "django-countries==7.6.*", "django-filter==25.1",