From e707f5d976353e3081e52b6e9921c368d0427f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 12:59:30 +0000 Subject: [PATCH] Bump aiohttp in /.examples/Discord-Bot-API-Example --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.11.0b0 dependency-type: direct:production ... 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..0d236be 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.0b0 colorama==0.4.6 discord.py==2.4.0