From 8dd3d5c1b599d6dd47ea40b4b8d5328795fb4c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:13:48 +0000 Subject: [PATCH] deps(deps): update limits requirement Updates the requirements on [limits](https://github.com/alisaifee/limits) to permit the latest version. - [Release notes](https://github.com/alisaifee/limits/releases) - [Changelog](https://github.com/alisaifee/limits/blob/master/HISTORY.rst) - [Commits](https://github.com/alisaifee/limits/compare/3.0.0...5.5.0) --- updated-dependencies: - dependency-name: limits dependency-version: 5.5.0 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 21b2382..76950fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastmcp>=2.0.0,<3.0.0 python-dotenv>=1.1.0,<2.0.0 rich>=13.9.0,<14.0.0 -limits>=3.0.0,<4.0.0 # Rate limiting for security +limits>=3.0.0,<6.0.0 # Rate limiting for security structlog>=24.0.0,<25.0.0 # Structured logging prometheus-client>=0.20.0,<1.0.0 # Metrics collection