From 253038e5a6e379bf80a0b557fb1734798647e4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:41:54 +0000 Subject: [PATCH] Bump bootstrap-flask from 2.4.0 to 2.4.1 Bumps [bootstrap-flask](https://github.com/helloflask/bootstrap-flask) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/helloflask/bootstrap-flask/releases) - [Changelog](https://github.com/helloflask/bootstrap-flask/blob/main/CHANGES.rst) - [Commits](https://github.com/helloflask/bootstrap-flask/compare/2.4.0...2.4.1) --- updated-dependencies: - dependency-name: bootstrap-flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9aa658bb5..c6a464374 100644 --- a/poetry.lock +++ b/poetry.lock @@ -108,13 +108,13 @@ files = [ [[package]] name = "bootstrap-flask" -version = "2.4.0" +version = "2.4.1" description = "Bootstrap 4 & 5 helper for your Flask projects." optional = false python-versions = "*" files = [ - {file = "Bootstrap-Flask-2.4.0.tar.gz", hash = "sha256:3f7aa1b8be31e182fa2eaff2580e9b66aa9fad14f1a35e5c03d486169fb6c1a1"}, - {file = "Bootstrap_Flask-2.4.0-py3-none-any.whl", hash = "sha256:bd5084bcb1557e85db799aa9d70b153cb13a3895ea871603dbf242cd05894b90"}, + {file = "Bootstrap_Flask-2.4.1-py3-none-any.whl", hash = "sha256:222df5b42c7795b121ed4709c534466c892e04ee31bfac7234de3ea64c106c27"}, + {file = "bootstrap_flask-2.4.1.tar.gz", hash = "sha256:cc25c59495f150550ea41d0e8079689de4250fe45445e158abdc111f8fe883e2"}, ] [package.dependencies] @@ -3343,4 +3343,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "09da59627497c6dca94e62d2329328abdc3263c9ddf5abac465683d6ab6117c8" +content-hash = "d924050d8a4e2327ac8b1b0007e9dbfca10aa577928016ae9a8c658f0a216131" diff --git a/pyproject.toml b/pyproject.toml index 5853424eb..f9ec3dbf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" authlib = "1.3.1" -bootstrap-flask = "2.4.0" +bootstrap-flask = "2.4.1" boto3 = "1.35.53" cachetools = "5.5.0" email-validator = "2.2.0"