diff --git a/pyproject.toml b/pyproject.toml index 48c1dd10..6837b902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "python-dotenv==1.0.1", "typer==0.12.3", "tenacity==8.2.3", - "aiohttp==3.9.3", + "aiohttp==3.9.5", "aiofiles==23.2.1", "tabulate==0.9.0", "tqdm==4.66.2", @@ -61,7 +61,7 @@ dependencies = [ "httpx==0.27.0", "python-dotenv==1.0.1", "tenacity==8.2.3", - "aiohttp==3.9.3", + "aiohttp==3.9.5", "pyrate-limiter==3.4.1", ]