diff --git a/pyproject.toml b/pyproject.toml index cae5104f..8c175006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "httpx==0.27.0", "python-dotenv==1.0.1", "typer==0.12.3", - "tenacity==8.2.3", + "tenacity==8.3.0", "aiohttp==3.9.5", "aiofiles==23.2.1", "tabulate==0.9.0", @@ -60,7 +60,7 @@ dependencies = [ "structlog==24.1.0", "httpx==0.27.0", "python-dotenv==1.0.1", - "tenacity==8.2.3", + "tenacity==8.3.0", "aiohttp==3.9.5", "pyrate-limiter==3.6.0", ]