From 73ff1e2efe09a2b39d0ab9d28cc1d2bedeaed597 Mon Sep 17 00:00:00 2001 From: Hamza Date: Mon, 18 Nov 2024 18:12:11 +0100 Subject: [PATCH] upgrade packages --- ex_config (change me to config.py).py | 2 +- requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ex_config (change me to config.py).py b/ex_config (change me to config.py).py index 3cc8d21..0a8b11b 100644 --- a/ex_config (change me to config.py).py +++ b/ex_config (change me to config.py).py @@ -1,4 +1,4 @@ -AVA_VERSION = 'v0.8.1-beta' # Do not change this, it will help with troubleshooting later +AVA_VERSION = 'v0.8.2-beta' # Do not change this, it will help with troubleshooting later CONFIG_VERSION = 3 # Do not change this, it will help with troubleshooting later # Required Bot Configuration diff --git a/requirements.txt b/requirements.txt index 026d64b..877a348 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -discord.py==2.3.2 +discord.py==2.4.0 colorama==0.4.6 PyNaCl==1.5.0 -async-timeout==4.0.3 -yt_dlp==2024.4.9 +async-timeout==5.0.1 +yt_dlp==2024.11.18 cogwatch==3.3.1 -httpx==0.27.0 -setuptools==75.1.0 +httpx==0.27.2 +setuptools==75.5.0 requests==2.32.3 \ No newline at end of file