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)