From 8dbf56f9c8b0bcf34bf284d69c8c5c18fe253a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 09:13:18 +0000 Subject: [PATCH] chore(deps): update aiohttp requirement from ==3.11.* to ==3.12.* --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.2 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 d737034..00e7c26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ nextcord[speed, voice] == 2.6.* orjson == 3.10.* -aiohttp == 3.11.* +aiohttp == 3.12.* aiofiles == 24.1.* qbittorrent-api == 2025.5.0 py3createtorrent == 1.2.*