From 4a8904bb424dec908ca9247c28f3eb69d3b3338a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 04:53:45 +0000 Subject: [PATCH] Update aiohttp requirement from ~=3.12.7 to ~=3.12.12 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.12 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..674882b 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.12.12 discordhealthcheck~=0.1.1 prometheus_client~=0.22.1 pyyaml~=6.0