From f76c544ab13f9a43dbddafe051b35463b9f21015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:25:34 +0000 Subject: [PATCH] chore(deps): update slowapi requirement from <1,>=0.1 to >=0.1.9,<1 Updates the requirements on [slowapi](https://github.com/laurents/slowapi) to permit the latest version. - [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/laurents/slowapi/compare/v0.1.2...v0.1.9) --- updated-dependencies: - dependency-name: slowapi dependency-version: 0.1.9 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 56ce47a..11aef66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ uvicorn[standard]>=0.45.0,<1 httpx>=0.28.1,<1 pydantic>=2,<3 pydantic-settings>=2.14.0,<3 -slowapi>=0.1,<1 +slowapi>=0.1.9,<1 python-dotenv>=1.2.2,<2