From 9c4a5111f4663dd45006f1c81ed50d629a0420c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:19:47 +0000 Subject: [PATCH] fix(deps): update dependency tenacity to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d89771d1d..db70a013f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "pandas >= 1.0.0, < 3.0.0", "click >= 8.0.0, < 8.1.8", "requests >= 2.0.0, < 3.0.0", - "tenacity >= 8.0.0, < 9.0.0", + "tenacity >=8.0.0, <9.2.0", "tqdm >= 4.0.0, < 5.0.0", "typeguard >= 4, < 5", "typing-extensions >= 4.5.0, < 5.0.0",