From ffc032e38739b92410b70736387e90185eda34d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 04:23:04 +0000 Subject: [PATCH] Update aiohttp requirement from ~=3.12.7 to ~=3.13.2 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/requirements.txt b/setup/requirements.txt index 5153dbc..7761454 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -4,7 +4,7 @@ pymongo==4.13.0 python-dotenv==1.1.0 requests pytz -aiohttp~=3.12.7 +aiohttp~=3.13.2 discordhealthcheck~=0.1.1 prometheus_client~=0.22.1 pyyaml~=6.0