diff --git a/pyproject.toml b/pyproject.toml index 73b53b71..6c045080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "python-dotenv==1.0.0", "typer==0.9.0", "tenacity==8.2.3", - "aiohttp==3.9.1", + "aiohttp==3.9.3", "aiofiles==23.2.1", "tabulate==0.9.0", "tqdm==4.66.1", @@ -62,7 +62,7 @@ dependencies = [ "httpx==0.26.0", "python-dotenv==1.0.0", "tenacity==8.2.3", - "aiohttp==3.9.1" + "aiohttp==3.9.3" ] [tool.hatch.envs.test.scripts]