From 4d5c162b240f41b8199c54ffa4ed9f9677f56e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:11:18 +0000 Subject: [PATCH] Bump aiohttp from 3.9.5 to 3.10.2 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.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.5...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f268d65bd..0c1cdd363 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "aiohttp-session==2.12.0", - "aiohttp==3.9.5", + "aiohttp==3.10.2", "redis==5.0.7", "asyncpg==0.29.0", "certifi==2024.6.2", diff --git a/requirements.txt b/requirements.txt index a416ec478..230b6689c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.5 +aiohttp==3.10.2 aiohttp-session==2.12.0 redis==5.0.7 asyncpg==0.29.0