diff --git a/poetry.lock b/poetry.lock index 55ded33..3963d3a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1446,13 +1446,13 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [[package]] name = "yt-dlp-types" -version = "0.0.7" +version = "0.0.11" description = "Typing stubs for yt-dlp." optional = false -python-versions = ">=3.10,<4" +python-versions = "<4,>=3.10" files = [ - {file = "yt_dlp_types-0.0.7-py3-none-any.whl", hash = "sha256:8d3e7029e51996a4c446da7185a262e2edd62ff8231ae4148cec1dd8e3999ace"}, - {file = "yt_dlp_types-0.0.7.tar.gz", hash = "sha256:fca97b28c4b6cfd5abafb01e8c8f678af1bcbc670d282df082c59436f7c04ddd"}, + {file = "yt_dlp_types-0.0.11-py3-none-any.whl", hash = "sha256:a55fc2cf4a644efada28f588ad00d2e3caae9de6bd522c8d49490bfb88d4ed27"}, + {file = "yt_dlp_types-0.0.11.tar.gz", hash = "sha256:a943ecbc4e3c1d2c5c6b43e4e1070929683808aec6bd4d627b406076828f9f50"}, ] [[package]] @@ -1473,4 +1473,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.11,<4" -content-hash = "ca3fe88d3d3c9779d61467b1f1ce11aa49224d01f77c33ad21bff3f7b1e21425" +content-hash = "baf51dc9250e33e9aca3191406ffe20eb534cabac86dea3c6f223c3211cfc8c0" diff --git a/pyproject.toml b/pyproject.toml index d2a8a66..41fd66c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ ruff = ">=0.5.0,<0.8.0" types-beautifulsoup4 = "^4.12.0.20240106" types-requests = "^2.31.0.20240106" yapf = "^0.40.2" -yt-dlp-types = "^0.0.7" +yt-dlp-types = ">=0.0.7,<0.0.12" [tool.poetry.group.docs] optional = true