From aef7e8679c6b21b90d26da2b679cb1e00b816c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:03:25 +0000 Subject: [PATCH] Bump django-bootstrap4 from 23.2 to 24.1 Bumps [django-bootstrap4](https://github.com/zostera/django-bootstrap4) from 23.2 to 24.1. - [Release notes](https://github.com/zostera/django-bootstrap4/releases) - [Changelog](https://github.com/zostera/django-bootstrap4/blob/main/CHANGELOG.md) - [Commits](https://github.com/zostera/django-bootstrap4/compare/v23.2...v24.1) --- updated-dependencies: - dependency-name: django-bootstrap4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3188c44..1034480 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "asgiref" @@ -372,18 +372,18 @@ tags = ["django-taggit"] [[package]] name = "django-bootstrap4" -version = "23.2" -description = "Bootstrap 4 for Django" +version = "24.1" +description = "Django extensions by Zostera" optional = false python-versions = ">=3.8" files = [ - {file = "django_bootstrap4-23.2-py3-none-any.whl", hash = "sha256:6c895cdda58de1360bf82cc9e31014ad158dad680198ac8366ca33c19efa972f"}, - {file = "django_bootstrap4-23.2.tar.gz", hash = "sha256:6b5080a4bce80fa666ac5ce5d4c77ad6fc3c0984d4257a0060d4077f515f62e5"}, + {file = "django-bootstrap4-24.1.tar.gz", hash = "sha256:948a620a10efc3e091e55571341ae1749a3f6f521f1f031889242b65767b4c04"}, + {file = "django_bootstrap4-24.1-py3-none-any.whl", hash = "sha256:accc64255af7bb45df6b518673facbbaf572418c26e3c3579a0cf4e9c4ef1183"}, ] [package.dependencies] beautifulsoup4 = ">=4.8.0" -django = ">=3.2" +Django = ">=3.2" [[package]] name = "django-compressor" @@ -1625,4 +1625,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "983d6be4bff66449d06016e479e0e3a62d1a55e93c0dc927ff41c9fc9f3eebe2" +content-hash = "cf92c947fe3168d8ce37a7d6ac421264bcf47e2b8474eb03f3306c98fc47f592" diff --git a/pyproject.toml b/pyproject.toml index 6d3219b..f23113a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Django = "^4.2.3" django-absoluteuri = "1.3.0" django-appconf = "1.0.6" django-autocomplete-light = "^3.9.4" -django-bootstrap4 = "^23.2" +django-bootstrap4 = "^24.1" django-compressor = "^4.4" django-compressor-postcss = "0.8.2" django-crispy-forms = "1.14.0"