From 7f60ae82c074ea6404eadc75ff1d983b8df47590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:49:19 +0000 Subject: [PATCH] Bump aiohttp from 3.14.0 to 3.14.1 in the pip group across 1 directory --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3afada1..312dc28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pydub==0.25.1 # Sound playback and effects websockets==13.1 # WebSocket server for OBS/browser irc==20.5.0 # IRC client for Twitch chat -aiohttp==3.14.0 # Async HTTP requests (used in commands or APIs) +aiohttp==3.14.1 # Async HTTP requests (used in commands or APIs) google-api-python-client==2.173.0 # YouTube API support (Google API Client) google-auth==2.40.3 # OAuth2 credentials for YouTube authenticated client requests==2.33.0 # HTTP requests (used for JokeAPI or Twitch)