Skip to content

Commit

Permalink
Merge pull request #42 from Hamziee/dev
Browse files Browse the repository at this point in the history
upgrade packages
  • Loading branch information
Hamziee authored Nov 18, 2024
2 parents 29e0d8c + 73ff1e2 commit e042cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ex_config (change me to config.py).py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e042cd5

Please sign in to comment.