From 3d591ed4de7241c8a302160089a25756814cf0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:03:09 +0000 Subject: [PATCH] Bump yt-dlp from 2024.5.27 to 2024.7.1 Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.5.27 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.05.27...2024.07.01) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index e241b8d..51f4145 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 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 = "aiofiles" @@ -1949,13 +1949,13 @@ files = [ [[package]] name = "yt-dlp" -version = "2024.5.27" +version = "2024.7.1" 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.1-py3-none-any.whl", hash = "sha256:2479540f7a7bdea30258c7a46dfbd96e0904e706247db95c94bfa5a04239698a"}, + {file = "yt_dlp-2024.7.1.tar.gz", hash = "sha256:eb0019474ffde6979378c07555fa01173cf55bde90b172a0181b5716793aaef2"}, ] [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 = "3b2015153b2eeae1bc5537b34feca3604f5e2966edb0a00c2d2b06c31c0f7670" diff --git a/pyproject.toml b/pyproject.toml index ccc8d84..59c455c 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.1" bilix = "^0.18.0" python-dotenv = {version = "^1.0.0", optional = true} celery = {version = "^5.2.7", optional = true}