From 9acf6233a24c9d0edabdc1a4be4efe15c140bb25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:56:56 +0000 Subject: [PATCH] chore(deps)(deps): bump aiohttp from 3.9.1 to 3.13.2 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2654074..31321df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ python-multipart==0.0.6 # HTTP Client httpx==0.25.2 -aiohttp==3.9.1 +aiohttp==3.13.2 # Utilities python-dotenv==1.0.0