From 2a486507c72a551965725a6c484cb4304fa7f95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:24:42 +0000 Subject: [PATCH] build: bump aiohttp from 3.9.1 to 3.9.2 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2. - [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.1...v3.9.2) --- 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 73b53b71..22b0782b 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.2", "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.2" ] [tool.hatch.envs.test.scripts]