From 5e7533a2c7d35274a649e3148f16b3fbd5d313f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 03:16:52 +0200 Subject: [PATCH] Bump aiohttp from 3.9.5 to 3.10.2 (#1551) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4853d633..885d80c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ server = [ "faust-cchardet>=2.1.18", "aiodns>=3.0.0", "Brotli>=1.0.9", - "aiohttp==3.9.5", + "aiohttp==3.10.2", "aiofiles==24.1.0", "aiorun==2024.5.1", "certifi==2024.7.4", diff --git a/requirements_all.txt b/requirements_all.txt index 3e5b746e..2123f7a9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -3,7 +3,7 @@ Brotli>=1.0.9 aiodns>=3.0.0 aiofiles==24.1.0 -aiohttp==3.9.5 +aiohttp==3.10.2 aiojellyfin==0.10.0 aiorun==2024.5.1 aioslimproto==3.0.1 -- 2.34.1