Skip to content

Commit 3515cc2

Browse files
committed
chore: Update requirements.txt
1 parent 0ffe280 commit 3515cc2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
venv
1+
.venv
22
.idea
33
.DS_STORE
44
.env

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.8.6
1+
aiohttp==3.9.3
22
aiosignal==1.3.1
33
async-timeout==4.0.3
44
attrs==23.2.0
@@ -10,13 +10,13 @@ frozenlist==1.4.1
1010
idna==3.6
1111
multidict==6.0.5
1212
mutagen==1.47.0
13-
py-cord==2.4.1
14-
pycparser==2.21
13+
py-cord==2.5.0
14+
pycparser==2.22
1515
pycryptodomex==3.20.0
1616
PyNaCl==1.5.0
1717
python-dotenv==1.0.1
1818
requests==2.31.0
19-
urllib3==2.2.0
19+
urllib3==2.2.1
2020
websockets==12.0
2121
yarl==1.9.4
22-
yt-dlp==2023.12.30
22+
yt-dlp==2024.4.9

0 commit comments

Comments
 (0)