We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffe280 commit 3515cc2Copy full SHA for 3515cc2
.gitignore
@@ -1,4 +1,4 @@
1
-venv
+.venv
2
.idea
3
.DS_STORE
4
.env
requirements.txt
-aiohttp==3.8.6
+aiohttp==3.9.3
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
@@ -10,13 +10,13 @@ frozenlist==1.4.1
10
idna==3.6
11
multidict==6.0.5
12
mutagen==1.47.0
13
-py-cord==2.4.1
14
-pycparser==2.21
+py-cord==2.5.0
+pycparser==2.22
15
pycryptodomex==3.20.0
16
PyNaCl==1.5.0
17
python-dotenv==1.0.1
18
requests==2.31.0
19
-urllib3==2.2.0
+urllib3==2.2.1
20
websockets==12.0
21
yarl==1.9.4
22
-yt-dlp==2023.12.30
+yt-dlp==2024.4.9
0 commit comments