diff --git a/pyproject.toml b/pyproject.toml index 9c307197..499ada7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "python-dotenv==1.0.1", "typer==0.12.5", "tenacity==8.3.0", - "aiohttp==3.9.5", + "aiohttp==3.10.10", "aiofiles==23.2.1", "tabulate==0.9.0", "tqdm==4.66.4", @@ -61,7 +61,7 @@ dependencies = [ "httpx==0.27.2", "python-dotenv==1.0.1", "tenacity==8.3.0", - "aiohttp==3.9.5", + "aiohttp==3.10.10", "pyrate-limiter==3.6.0", ]