Skip to content

Commit

Permalink
Bump dependencies (#54)
Browse files Browse the repository at this point in the history
* bump Pycord version

* bump yt-dlp version

* bump SQLAlchemy version
  • Loading branch information
solaluset authored Jun 21, 2023
1 parent c715205 commit 2f38bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion musicbot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


def check_dependencies():
assert pycord_version == "2.5.1", (
assert pycord_version == "2.5.2", (
"you don't have necessary version of Pycord."
" Please install the version specified in requirements.txt"
)
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
py-cord[voice] @ https://github.com/Krutyi-4el/pycord/archive/d784edee7016009fd69eab9f666440e538c8d19b.zip
yt-dlp==2023.3.4
py-cord[voice] @ https://github.com/Krutyi-4el/pycord/archive/bd32b8d66579abd51daa381c26df59e449067df5.zip
yt-dlp==2023.6.21
aiohttp==3.8.4
beautifulsoup4==4.12.2
spotipy==2.23.0
emoji==2.2.0
SQLAlchemy[asyncio]==2.0.13
SQLAlchemy[asyncio]==2.0.16
alembic==1.11.1
./config

0 comments on commit 2f38bd1

Please sign in to comment.