From afec8eb26b904157c49c945d693b8b0c1049d3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:05:44 +0000 Subject: [PATCH] Update bootstrap-flask requirement from ~=2.3 to ~=2.4 Updates the requirements on [bootstrap-flask](https://github.com/helloflask/bootstrap-flask) to permit the latest version. - [Release notes](https://github.com/helloflask/bootstrap-flask/releases) - [Changelog](https://github.com/helloflask/bootstrap-flask/blob/master/CHANGES.rst) - [Commits](https://github.com/helloflask/bootstrap-flask/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: bootstrap-flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa9db53..826b7d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2023 Alec Delaney # SPDX-License-Identifier: MIT -bootstrap-flask~=2.3 +bootstrap-flask~=2.4 flask~=3.0 flask-limiter[redis]~=3.5 flask-wtf~=1.2