From 2790f76bdfc6f9dc99cae10e24cc1e244dab2af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 08:05:49 +0000 Subject: [PATCH] Update flask-limiter requirement from <4.0,>=3.8 to >=3.8,<5.0 Updates the requirements on [flask-limiter](https://github.com/alisaifee/flask-limiter) to permit the latest version. - [Release notes](https://github.com/alisaifee/flask-limiter/releases) - [Changelog](https://github.com/alisaifee/flask-limiter/blob/master/HISTORY.rst) - [Commits](https://github.com/alisaifee/flask-limiter/compare/3.8.0...4.1.1) --- updated-dependencies: - dependency-name: flask-limiter dependency-version: 4.1.1 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 d621c0b..db51d19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ flask>=3.0,<4.0 sqlalchemy>=2.0,<3.0 python-dotenv>=1.0,<2.0 marshmallow>=3.22,<4.0 -flask-limiter>=3.8,<4.0 +flask-limiter>=3.8,<5.0 # Production server waitress>=3.0,<4.0