From 4e694ace013d1a8d8cefc4c1ff03d2b29a755c03 Mon Sep 17 00:00:00 2001 From: Krutyi-4el <60041069+Krutyi-4el@users.noreply.github.com> Date: Sat, 25 Mar 2023 09:51:31 +0200 Subject: [PATCH 1/8] update Pycord dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 11102ff6..f7eff782 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -https://github.com/Krutyi-4el/pycord/archive/9c5af3d15e3011ff1e29b55e3b1063391d0455d6.zip#egg=py-cord[voice] +py-cord[voice] @ https://github.com/Krutyi-4el/pycord/archive/10ce5cec7db3ded3153a2d3d03cb8b40bbbb3539.zip yt-dlp==2023.2.17 aiohttp==3.8.3 beautifulsoup4==4.11.1 From 85bef3ecee1484d83f6886fda60108a661bd8ce1 Mon Sep 17 00:00:00 2001 From: Krutyi-4el <60041069+Krutyi-4el@users.noreply.github.com> Date: Sat, 25 Mar 2023 09:53:44 +0200 Subject: [PATCH 2/8] bump yt-dlp dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7eff782..bb770064 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ py-cord[voice] @ https://github.com/Krutyi-4el/pycord/archive/10ce5cec7db3ded3153a2d3d03cb8b40bbbb3539.zip -yt-dlp==2023.2.17 +yt-dlp==2023.3.4 aiohttp==3.8.3 beautifulsoup4==4.11.1 spotipy==2.22.0 From 1a87b51a02d567ccf72a3412d287ef6217b94ea5 Mon Sep 17 00:00:00 2001 From: Krutyi-4el <60041069+Krutyi-4el@users.noreply.github.com> Date: Sat, 25 Mar 2023 10:03:46 +0200 Subject: [PATCH 3/8] bump aiohttp dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb770064..af123b75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ py-cord[voice] @ https://github.com/Krutyi-4el/pycord/archive/10ce5cec7db3ded3153a2d3d03cb8b40bbbb3539.zip yt-dlp==2023.3.4 -aiohttp==3.8.3 +aiohttp==3.8.4 beautifulsoup4==4.11.1 spotipy==2.22.0 emoji==2.2.0 From ed50b40c362c42618463bc330b7dd6026a5f6e98 Mon Sep 17 00:00:00 2001 From: Krutyi-4el <60041069+Krutyi-4el@users.noreply.github.com> Date: Sat, 25 Mar 2023 10:05:22 +0200 Subject: [PATCH 4/8] bump bs4 dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af123b75..0841bfa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ py-cord[voice] @ https://github.com/Krutyi-4el/pycord/archive/10ce5cec7db3ded3153a2d3d03cb8b40bbbb3539.zip yt-dlp==2023.3.4 aiohttp==3.8.4 -beautifulsoup4==4.11.1 +beautifulsoup4==4.12.0 spotipy==2.22.0 emoji==2.2.0 SQLAlchemy[asyncio]==1.4.46 From 5dc91f6267890b042dcd1e437ba73b9439e48e12 Mon Sep 17 00:00:00 2001 From: Krutyi-4el <60041069+Krutyi-4el@users.noreply.github.com> Date: Sat, 25 Mar 2023 10:12:33 +0200 Subject: [PATCH 5/8] bump spotipy dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0841bfa7..64ef8a33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ py-cord[voice] @ https://github.com/Krutyi-4el/pycord/archive/10ce5cec7db3ded315 yt-dlp==2023.3.4 aiohttp==3.8.4 beautifulsoup4==4.12.0 -spotipy==2.22.0 +spotipy==2.22.1 emoji==2.2.0 SQLAlchemy[asyncio]==1.4.46 alembic==1.9.1 From 95db375fd89b8ea6d65faa956785216918980efb Mon Sep 17 00:00:00 2001 From: Krutyi-4el <60041069+Krutyi-4el@users.noreply.github.com> Date: Sat, 25 Mar 2023 10:43:07 +0200 Subject: [PATCH 6/8] bump SQLAlchemy dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 64ef8a33..d0932499 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ aiohttp==3.8.4 beautifulsoup4==4.12.0 spotipy==2.22.1 emoji==2.2.0 -SQLAlchemy[asyncio]==1.4.46 +SQLAlchemy[asyncio]==2.0.7 alembic==1.9.1 ./config From d6c276c11bb0899b61df7197c6c40963a9cc8f53 Mon Sep 17 00:00:00 2001 From: Krutyi-4el <60041069+Krutyi-4el@users.noreply.github.com> Date: Sat, 25 Mar 2023 10:52:11 +0200 Subject: [PATCH 7/8] bump alembic dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d0932499..b7df4c7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ beautifulsoup4==4.12.0 spotipy==2.22.1 emoji==2.2.0 SQLAlchemy[asyncio]==2.0.7 -alembic==1.9.1 +alembic==1.10.2 ./config From 8b25e6f965a2f4ecc200d873fcd0cea4d9428aca Mon Sep 17 00:00:00 2001 From: Krutyi-4el <60041069+Krutyi-4el@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:14:41 +0200 Subject: [PATCH 8/8] fix potentially missing import path --- config/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/setup.py b/config/setup.py index becc5031..6a5febc7 100644 --- a/config/setup.py +++ b/config/setup.py @@ -5,6 +5,7 @@ # imitate running in root directory cfg_dir = Path(__file__).parent +sys.path.insert(0, str(cfg_dir.parent)) for i, path in enumerate(sys.path): if Path(path).absolute() == cfg_dir: sys.path[i] = str(cfg_dir.parent)