From aac7d405afd8f18c7625fbfcc9b0e79ef2db508c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 12:59:39 +0000 Subject: [PATCH] Bump aiohttp in /.examples/Discord-Bot-API-Example --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.11.18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .examples/Discord-Bot-API-Example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.examples/Discord-Bot-API-Example/requirements.txt b/.examples/Discord-Bot-API-Example/requirements.txt index 6f494cc..2d34b65 100644 --- a/.examples/Discord-Bot-API-Example/requirements.txt +++ b/.examples/Discord-Bot-API-Example/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.10.10 +aiohttp==3.11.18 colorama==0.4.6 discord.py==2.4.0