From 307c05b7b433b61ff1460b1f590377059a0e4b3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:43:22 +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 296ad8d6f..a82d8687c 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.1.0, < 5.0.0",