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",