From e263946c3f7610c671d4720cdf70c8010cbe223c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:06:46 +0200 Subject: [PATCH] Update django-bootstrap3 requirement from ==23.6.* to ==24.2 (#4087) 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/v23.6...v24.2) --- updated-dependencies: - dependency-name: django-bootstrap3 dependency-type: direct:production ... 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 22ec5a2027..050b2423e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "defusedcsv>=1.1.0", "dj-static", "Django==4.2.*", - "django-bootstrap3==23.6.*", + "django-bootstrap3==24.2", "django-compressor==4.4", "django-countries==7.6.*", "django-filter==24.2",