From 3ec3ef85538e25fc978ec74811fe388705d58bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:11:21 +0000 Subject: [PATCH] Bump aiohttp from 3.10.10 to 3.13.3 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a02aea..6d84f27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ Chat = "https://matrix.to/#/!aio-libs:matrix.org" [dependency-groups] dev = [ "aioconsole==0.8.2", - "aiohttp==3.10.10", + "aiohttp==3.13.3", "aiotools==1.7.0", "attrs==24.2.0", "build==1.3.0",