From a2af77588a1982fe395962b6500ff9c676410227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:08:52 +0000 Subject: [PATCH] chore(deps): 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 6245d46..85e0663 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ nextcord[speed, voice] == 2.6.* orjson == 3.11.* -aiohttp == 3.12.* +aiohttp == 3.13.* aiofiles == 24.1.* qbittorrent-api == 2025.7.0 py3createtorrent == 1.2.*