From b641b257ad040e8fafc6f013b9adc8a14212f23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:50:41 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.13.2 to 3.13.5 in /tools --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 5faa2aa34..e3d1a5450 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.13.2 +aiohttp==3.13.5 # Limit idna to avid conflicts idna>=3.13,<3.14