From b029b613bc2a1721f278f952fc209f981dd3f4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:26:59 +0000 Subject: [PATCH] build: bump aiohttp from 3.9.5 to 3.10.10 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.10. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.10) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ]