From 5373d4d8baa020b14ca94ca93d7409c04cfd6235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:14:04 +0000 Subject: [PATCH] Bump django-bootstrap3 from 24.2 to 24.3 Bumps [django-bootstrap3](https://github.com/zostera/django-bootstrap3) from 24.2 to 24.3. - [Changelog](https://github.com/zostera/django-bootstrap3/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap3/compare/v24.2...v24.3) --- updated-dependencies: - dependency-name: django-bootstrap3 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 3095c1cbe4..cfc272d4d3 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.2", + "django-bootstrap3==24.3", "django-compressor==4.5.1", "django-countries==7.6.*", "django-filter==24.3",