From 5a68afee422e6e402ce2238939a332647a75f1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:53:19 +0000 Subject: [PATCH] build: update pyrate-limiter requirement Updates the requirements on [pyrate-limiter](https://github.com/vutran1710/PyrateLimiter) to permit the latest version. - [Release notes](https://github.com/vutran1710/PyrateLimiter/releases) - [Changelog](https://github.com/vutran1710/PyrateLimiter/blob/master/CHANGELOG.md) - [Commits](https://github.com/vutran1710/PyrateLimiter/compare/v3.7.0...v4.4.0) --- updated-dependencies: - dependency-name: pyrate-limiter dependency-version: 4.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81d23644..5e21c919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "tabulate>=0.9.0", "tqdm>=4.66.4", "yaspin>=3.0.0", - "pyrate-limiter>=3.7.0,<4.0.0", + "pyrate-limiter>=3.7.0,<5.0.0", "pydantic>=2.11.4", "ruamel.yaml>=0.18.10", "sniffio>=1.3.1",