From c646a858d376018bb7e47bca0d78b85cf534890c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:17:12 +0000 Subject: [PATCH] build: bump aiohttp from 3.9.3 to 3.9.5 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.5. - [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.3...v3.9.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1fc00d26..ae971bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "python-dotenv==1.0.1", "typer==0.9.0", "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", ]