From 06cb3898be17aea5a468a9b5b71e30109a797e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:01:59 +0000 Subject: [PATCH] chore(deps): bump yt-dlp from 2024.4.9 to 2024.7.1 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.4.9 to 2024.7.1. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2024.04.09...2024.07.01) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 26 ++++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8b54cc6..b6a1ce3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiodns" @@ -1306,13 +1306,13 @@ files = [ [[package]] name = "requests" -version = "2.32.1" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.1-py3-none-any.whl", hash = "sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5"}, - {file = "requests-2.32.1.tar.gz", hash = "sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -1629,13 +1629,13 @@ multidict = ">=4.0" [[package]] name = "yt-dlp" -version = "2024.4.9" +version = "2024.7.1" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.8" files = [ - {file = "yt_dlp-2024.4.9-py3-none-any.whl", hash = "sha256:d6ff6798bd114cc48763564fcb2f296464ec1604f731e69b07a8814c89b170a2"}, - {file = "yt_dlp-2024.4.9.tar.gz", hash = "sha256:7ee90572b4d313b582b99c89e4eccf779b57ff54edc331873c6b3fba77faa8b0"}, + {file = "yt_dlp-2024.7.1-py3-none-any.whl", hash = "sha256:2479540f7a7bdea30258c7a46dfbd96e0904e706247db95c94bfa5a04239698a"}, + {file = "yt_dlp-2024.7.1.tar.gz", hash = "sha256:eb0019474ffde6979378c07555fa01173cf55bde90b172a0181b5716793aaef2"}, ] [package.dependencies] @@ -1644,17 +1644,19 @@ 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", "wheel"] +build = ["build", "hatchling", "pip", "setuptools", "wheel"] curl-cffi = ["curl-cffi (==0.5.10)"] -dev = ["flake8", "isort", "pytest"] +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 (==5.13.2)", "pyinstaller (>=6.3)"] +pyinstaller = ["pyinstaller (>=6.7.0)"] secretstorage = ["cffi", "secretstorage"] +static-analysis = ["autopep8 (>=2.0,<3.0)", "ruff (>=0.5.0,<0.6.0)"] +test = ["pytest (>=8.1,<9.0)"] [extras] speed = ["uvloop"] @@ -1662,4 +1664,4 @@ speed = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3adf2084c216614a140f2f012875a68e6b17e3c6832dd4ef2f21dd0ae55a42e9" +content-hash = "f9387e95242af8d3db966a91af53eaee2201f5d757122154f204fa471499b7d6" diff --git a/pyproject.toml b/pyproject.toml index 426cc7e..3589c80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ taskipy = "^1.10.1" python-dotenv = "^0.19.2" shazamio = "^0.1.0" asyncstdlib = "^3.10.4" -yt-dlp = "^2024.4.9" +yt-dlp = "^2024.7.1" pyyaml = "^6.0.1" [tool.poetry.dev-dependencies]