From a53bbc5562cc0fcda3926bcd568825fbae8a4d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 03:14:57 +0000 Subject: [PATCH] Bump aiohttp from 3.10.0 to 3.10.3 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.0 to 3.10.3. - [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.0...v3.10.3) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index ac73af3..82b190f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,7 +8,7 @@ aiofiles==24.1.0 # via quart aiohappyeyeballs==2.3.4 # via aiohttp -aiohttp==3.10.0 +aiohttp==3.10.3 # via quartapp (pyproject.toml) aiosignal==1.3.1 # via aiohttp