diff --git a/poetry.lock b/poetry.lock index 28ae057..42b80b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1103,13 +1103,13 @@ multidict = ">=4.0" [[package]] name = "yt-dlp" -version = "2024.8.6" +version = "2024.9.27" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.8" files = [ - {file = "yt_dlp-2024.8.6-py3-none-any.whl", hash = "sha256:ab507ff600bd9269ad4d654e309646976778f0e243eaa2f6c3c3214278bb2922"}, - {file = "yt_dlp-2024.8.6.tar.gz", hash = "sha256:e8551f26bc8bf67b99c12373cc87ed2073436c3437e53290878d0f4b4bb1f663"}, + {file = "yt_dlp-2024.9.27-py3-none-any.whl", hash = "sha256:2717468dd697fcfcf9a89f493ba30a3830cdfb276c09750e5b561b08b9ef5f69"}, + {file = "yt_dlp-2024.9.27.tar.gz", hash = "sha256:86605542e17e2e23ad23145b637ec308133762a15a5dedac4ae50b7973237026"}, ] [package.dependencies] @@ -1120,19 +1120,19 @@ mutagen = "*" pycryptodomex = "*" requests = ">=2.32.2,<3" urllib3 = ">=1.26.17,<3" -websockets = ">=12.0" +websockets = ">=13.0" [package.extras] build = ["build", "hatchling", "pip", "setuptools (>=71.0.2)", "wheel"] -curl-cffi = ["curl-cffi (==0.5.10)", "curl-cffi (>=0.5.10,<0.6.dev0 || ==0.7.*)"] -dev = ["autopep8 (>=2.0,<3.0)", "pre-commit", "pytest (>=8.1,<9.0)", "ruff (>=0.5.0,<0.6.0)"] +curl-cffi = ["curl-cffi (==0.5.10)", "curl-cffi (>=0.5.10,!=0.6.*,<0.7.2)"] +dev = ["autopep8 (>=2.0,<3.0)", "pre-commit", "pytest (>=8.1,<9.0)", "ruff (>=0.6.0,<0.7.0)"] py2exe = ["py2exe (>=0.12)"] -pyinstaller = ["pyinstaller (>=6.7.0)"] +pyinstaller = ["pyinstaller (>=6.10.0)"] secretstorage = ["cffi", "secretstorage"] -static-analysis = ["autopep8 (>=2.0,<3.0)", "ruff (>=0.5.0,<0.6.0)"] +static-analysis = ["autopep8 (>=2.0,<3.0)", "ruff (>=0.6.0,<0.7.0)"] test = ["pytest (>=8.1,<9.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "fcf55dd0657f0295f992f0478a26636f1db17670a4b3523e54252cba91e66b3a" +content-hash = "2f62245f78aed89c6cfe1d729da968ee82155fde03a08ff032de2ef85f24d508" diff --git a/pyproject.toml b/pyproject.toml index 763bd53..50f9d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python = "^3.12" disnake = {extras = ["voice"], version = "^2.9.2"} python-decouple = "^3.8" spotipy = "^2.24.0" -yt-dlp = "^2024.5.27" +yt-dlp = "^2024.9.27" async-timeout = "^4.0.3" [tool.poetry.group.dev.dependencies]