From 9ff75e26a0c7e7c6acd051dc9ded407180f01f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 21:23:02 +0000 Subject: [PATCH] chore(deps): Update backoff requirement from >=2.0 to >=2.2.1 Updates the requirements on [backoff](https://github.com/litl/backoff) to permit the latest version. - [Release notes](https://github.com/litl/backoff/releases) - [Changelog](https://github.com/litl/backoff/blob/master/CHANGELOG.md) - [Commits](https://github.com/litl/backoff/compare/v2.0.0...v2.2.1) --- updated-dependencies: - dependency-name: backoff dependency-version: 2.2.1 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 a31d216..36021eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "mss>=9.0", "anthropic>=0.40", "openai>=1.0", - "backoff>=2.0", + "backoff>=2.2.1", ] [project.optional-dependencies]