From 9e703eaa58b79b2c629c108ce2b458ea840db8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:21:53 +0000 Subject: [PATCH] Update aiohttp requirement from ==3.12.* to ==3.13.* --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f617e95..4f4ab39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ nextcord[speed, voice] == 3.1.* orjson == 3.11.* -aiohttp == 3.12.* +aiohttp == 3.13.* GitPython == 3.1.44 \ No newline at end of file