From 92c174e38ca53e0dd72727ade71f0281d48fa3ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:49:57 +0000 Subject: [PATCH] build(deps): update quart-rate-limiter requirement Updates the requirements on [quart-rate-limiter](https://github.com/pgjones/quart-rate-limiter) to permit the latest version. - [Changelog](https://github.com/pgjones/quart-rate-limiter/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pgjones/quart-rate-limiter/compare/0.10.0...0.12.1) --- updated-dependencies: - dependency-name: quart-rate-limiter dependency-version: 0.12.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 70b417a74..a3ebd9167 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ python3-saml>=1.15,<1.17 google-auth>=2.6,<2.50 quart-wtforms>=1.0.3,<1.1 -quart-rate-limiter>=0.10.0,<0.13 +quart-rate-limiter>=0.12.1,<0.13 # Fix issue with xhtml2pdf not working with python-bidi>=0.5 python-bidi<0.5