From 7f78d317b94be65fb2dad2e3f9a72aa938103364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 06:53:10 +0000 Subject: [PATCH] chore(deps): update aiohttp requirement in /bots/gsbot --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bots/gsbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/gsbot/requirements.txt b/bots/gsbot/requirements.txt index c085b43..dc7b0d4 100644 --- a/bots/gsbot/requirements.txt +++ b/bots/gsbot/requirements.txt @@ -11,7 +11,7 @@ pandas>=2.1.4 numpy>=1.26.2 # API and Web -aiohttp>=3.9.1 +aiohttp>=3.13.5 requests>=2.31.0 # Caching