From 0db051a0d1d95d282266786d29a674ea80d0532c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:11:55 +0000 Subject: [PATCH] Bump aiohttp from 3.10.10 to 3.10.11 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.10.11. - [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.10.10...v3.10.11) --- 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 503a9135c..fdea94223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "aiohttp-session==2.12.1", - "aiohttp==3.10.10", + "aiohttp==3.10.11", "redis==5.1.1", "asyncpg==0.29.0", "certifi==2024.8.30", diff --git a/requirements.txt b/requirements.txt index fb468b840..d2ba72127 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.10.10 +aiohttp==3.10.11 aiohttp-session==2.12.1 redis==5.1.1 asyncpg==0.29.0