diff --git a/poetry.lock b/poetry.lock index e241b8d..4671902 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1949,13 +1949,13 @@ files = [ [[package]] name = "yt-dlp" -version = "2024.5.27" +version = "2024.7.7" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.8" files = [ - {file = "yt_dlp-2024.5.27-py3-none-any.whl", hash = "sha256:5dbedb7610ae9440cc44e744f528e078828142bbe09af950cf7e99ce69c866d9"}, - {file = "yt_dlp-2024.5.27.tar.gz", hash = "sha256:3566c0de240d0cd3d1c2285ce655f72ca38dfc618d634d46818b00d89d5288be"}, + {file = "yt_dlp-2024.7.7-py3-none-any.whl", hash = "sha256:2e90abeadc0199c787b1b4a3e0a1c8ed9d7c9f824f58da88467a1b30ed745e07"}, + {file = "yt_dlp-2024.7.7.tar.gz", hash = "sha256:2a0f89423d25d47db949925db5bd2c6f651960ae93dbbf5b3ed61cf3a4078ce5"}, ] [package.dependencies] @@ -1964,18 +1964,18 @@ brotlicffi = {version = "*", markers = "implementation_name != \"cpython\""} certifi = "*" mutagen = "*" pycryptodomex = "*" -requests = ">=2.31.0,<3" +requests = ">=2.32.2,<3" urllib3 = ">=1.26.17,<3" websockets = ">=12.0" [package.extras] -build = ["build", "hatchling", "pip", "setuptools (>=66.1.0,<70)", "wheel"] +build = ["build", "hatchling", "pip", "setuptools", "wheel"] curl-cffi = ["curl-cffi (==0.5.10)"] -dev = ["autopep8 (>=2.0,<3.0)", "pre-commit", "pytest (>=8.1,<9.0)", "ruff (>=0.4.4,<0.5.0)"] -py2exe = ["py2exe (>=0.12)", "requests (==2.31.*)"] -pyinstaller = ["pyinstaller (==5.13.2)", "pyinstaller (>=6.3)"] +dev = ["autopep8 (>=2.0,<3.0)", "pre-commit", "pytest (>=8.1,<9.0)", "ruff (>=0.5.0,<0.6.0)"] +py2exe = ["py2exe (>=0.12)"] +pyinstaller = ["pyinstaller (>=6.7.0)"] secretstorage = ["cffi", "secretstorage"] -static-analysis = ["autopep8 (>=2.0,<3.0)", "ruff (>=0.4.4,<0.5.0)"] +static-analysis = ["autopep8 (>=2.0,<3.0)", "ruff (>=0.5.0,<0.6.0)"] test = ["pytest (>=8.1,<9.0)"] [extras] @@ -1984,4 +1984,4 @@ celery = ["celery", "flower", "pymongo", "python-dotenv"] [metadata] lock-version = "2.0" python-versions = "^3.8.3" -content-hash = "9d42a719a74b146ff4ead7b7a0b0aa18f7178fc76754b4bcd28bf26be8aca181" +content-hash = "fb519146189b3587feca5b11f18699fcb63c79ea02df5b9ab991a5c06f4ce067" diff --git a/pyproject.toml b/pyproject.toml index ccc8d84..93cc58d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.8.3" -yt-dlp = "^2024.0.0" +yt-dlp = "^2024.7.7" bilix = "^0.18.0" python-dotenv = {version = "^1.0.0", optional = true} celery = {version = "^5.2.7", optional = true}