Merge pull request #24 from Fluffy-Bean/dependabot/pip/Bot/yt-dlp-2023.9.24

Bump yt-dlp from 2023.7.6 to 2023.9.24 in /Bot
This commit is contained in:
Michał Gdula 2023-10-03 12:10:03 +01:00 committed by GitHub
commit 7084952309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Bot/poetry.lock generated
View file

@ -1316,13 +1316,13 @@ multidict = ">=4.0"
[[package]]
name = "yt-dlp"
version = "2023.7.6"
version = "2023.9.24"
description = "A youtube-dl fork with additional features and patches"
optional = false
python-versions = ">=3.7"
files = [
{file = "yt-dlp-2023.7.6.tar.gz", hash = "sha256:cb58373869c8ccb5034746f91cfccd6d25ea697090dfd6f93e9034d51eb4aed2"},
{file = "yt_dlp-2023.7.6-py2.py3-none-any.whl", hash = "sha256:b33b3f68751f33dd8290f1f61f7a011679b3b512aa223df3bff496688bc0bd19"},
{file = "yt-dlp-2023.9.24.tar.gz", hash = "sha256:cfcfb5ffc12013b6ae4b8c7a283a7e462988f1b49283de291de8bfbe053b8073"},
{file = "yt_dlp-2023.9.24-py2.py3-none-any.whl", hash = "sha256:61792482647faac6207b1795b52d73714803414d8c090cd9721dfe8b16b12605"},
]
[package.dependencies]
@ -1336,4 +1336,4 @@ websockets = "*"
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "f25a7c9e73442a77e33833dccb63bcc3b259e25fa05edef2326100a27484e650"
content-hash = "0027720801847c016fc7ea0da5ee8bb8553fdc3bb622ce0aa92b11e49a529167"

View file

@ -12,7 +12,7 @@ black = "^23.7.0"
sqlalchemy = "^2.0.20"
python-dotenv = "^1.0.0"
requests = "^2.31.0"
yt-dlp = "^2023.7.6"
yt-dlp = "^2023.9.24"
pillow = "^10.0.0"