From c07c5b10166b4d9b9f62ec4783bdc6810ef8b0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:23:54 +0000 Subject: [PATCH] chore(deps): update slowapi requirement from <1,>=0.1.9 to >=0.1.10,<1 Updates the requirements on [slowapi](https://github.com/laurents/slowapi) to permit the latest version. - [Release notes](https://github.com/laurents/slowapi/releases) - [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/laurents/slowapi/compare/v0.1.9...v0.1.10) --- updated-dependencies: - dependency-name: slowapi dependency-version: 0.1.10 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 d2ffff3..47b42b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]>=0.49.0,<1 httpx>=0.28.1,<1 pydantic>=2.13.4,<3 pydantic-settings>=2.14.1,<3 -slowapi>=0.1.9,<1 +slowapi>=0.1.10,<1 limits[redis]>=5.8.0 python-dotenv>=1.2.2,<2 # Transitive (via httpx); pinned to clear CVE-2026-45409