From 8f373a26b0902d606623cba54de07f5cf3c734b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:46:10 +0000 Subject: [PATCH] chore(deps): update tenacity requirement from >=8.2.0 to >=9.1.4 Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.2.0...9.1.4) --- updated-dependencies: - dependency-name: tenacity dependency-version: 9.1.4 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 f754c48..5a70567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "httpx>=0.27.0", "jinja2>=3.1.0", "pyyaml>=6.0", - "tenacity>=8.2.0", + "tenacity>=9.1.4", "numpy>=1.24.0", ]