From a2ea2c7837da93a4759de116146aa8cd358796bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:19:13 +0000 Subject: [PATCH] Bump yt-dlp-types from 0.0.13 to 0.0.14 Bumps [yt-dlp-types](https://github.com/Tatsh/yt-dlp-types) from 0.0.13 to 0.0.14. - [Changelog](https://github.com/Tatsh/yt-dlp-types/blob/master/CHANGELOG.md) - [Commits](https://github.com/Tatsh/yt-dlp-types/compare/v0.0.13...v0.0.14) --- updated-dependencies: - dependency-name: yt-dlp-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 739189b..41297c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1431,16 +1431,16 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [[package]] name = "yt-dlp-types" -version = "0.0.13" +version = "0.0.14" description = "Typing stubs for yt-dlp." optional = false python-versions = "<4,>=3.10" files = [ - {file = "yt_dlp_types-0.0.13-py3-none-any.whl", hash = "sha256:8f0fe4ce61c91f2692ec05e915e3366ac61c387cc30e5459fdd9f98ec18918d8"}, - {file = "yt_dlp_types-0.0.13.tar.gz", hash = "sha256:a350258371aece1712a87c74fa6609188d40a70a90da891426ad5529a8e945f2"}, + {file = "yt_dlp_types-0.0.14-py3-none-any.whl", hash = "sha256:05ecbbd6b8134bf05c3690745457b3ced35697f3e45f0bf180b73119d478c696"}, + {file = "yt_dlp_types-0.0.14.tar.gz", hash = "sha256:42ec6a8eaf5be381ecc2dba81c46129a69b9cf85a627140978b10245b054c38d"}, ] [metadata] lock-version = "2.0" python-versions = ">=3.11,<4" -content-hash = "d78f78e760696c7034f1af26ebbf04a2b1b67f1d6fc286835117f7150f7e5922" +content-hash = "69150a25148506a86bb6188d2a4cadee2cff41092d394dd4b610e30045e71996" diff --git a/pyproject.toml b/pyproject.toml index 6220004..35b4084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ ruff = ">=0.5.0,<0.10.0" types-beautifulsoup4 = "^4.12.0.20240106" types-requests = "^2.31.0.20240106" yapf = ">=0.40.2,<0.44.0" -yt-dlp-types = ">=0.0.7,<0.0.14" +yt-dlp-types = ">=0.0.7,<0.0.15" [tool.poetry.group.docs] optional = true