From bb19b0d2220721a434b2f375e8a8de450eee9549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:14:46 +0000 Subject: [PATCH] chore(deps): bump the api-python group in /apps/api with 2 updates Bumps the api-python group in /apps/api with 2 updates: [uvicorn](https://github.com/encode/uvicorn) and [yt-dlp](https://github.com/yt-dlp/yt-dlp). Updates `uvicorn` from 0.32.1 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.32.1...0.34.0) Updates `yt-dlp` from 2024.12.6 to 2024.12.13 - [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.12.06...2024.12.13) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: api-python - dependency-name: yt-dlp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: api-python ... Signed-off-by: dependabot[bot] --- apps/api/poetry.lock | 18 +++++++++--------- apps/api/pyproject.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index bba40c0..df367ad 100644 --- a/apps/api/poetry.lock +++ b/apps/api/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.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -930,13 +930,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.32.1" +version = "0.34.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"}, - {file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"}, + {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, + {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, ] [package.dependencies] @@ -1063,13 +1063,13 @@ files = [ [[package]] name = "yt-dlp" -version = "2024.12.6" +version = "2024.12.13" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.9" files = [ - {file = "yt_dlp-2024.12.6-py3-none-any.whl", hash = "sha256:a7b8724e58fff4f3204cae4feb936dbd249ca6d22c5f25dec1b3c6f1cb7745a2"}, - {file = "yt_dlp-2024.12.6.tar.gz", hash = "sha256:743dbe081ea871be3f5ff083e2cd95da866dea773fc70ae6b109838cfbf72ac4"}, + {file = "yt_dlp-2024.12.13-py3-none-any.whl", hash = "sha256:5a16b7511e8500cbb13ff0babc9c6deb1e049dc1c854a51738aad2529167fcdf"}, + {file = "yt_dlp-2024.12.13.tar.gz", hash = "sha256:77e15afb9d460ecb7294a39bb5e39dc9f4e8a65f3a37ef4db58800b94d095511"}, ] [package.dependencies] @@ -1095,4 +1095,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "22f8b8d0df64a15b5d84e1e95465d7839a805242f7bd0c6848328111a75ae250" +content-hash = "067e0575fba093805b0be6f42e7cd0e337b9f8dba96a3d902cad841e639b644d" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index c070fb3..5086720 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -12,8 +12,8 @@ python = "^3.11" fastapi = "0.115.6" pydantic = ">=2.1.1,<3.0.0" sse-starlette = "2.1.3" -uvicorn = "0.32.1" -yt-dlp = {extras = ["default"], version = "^2024.12.6"} +uvicorn = "0.34.0" +yt-dlp = {extras = ["default"], version = "^2024.12.13"} [tool.poetry.group.dev.dependencies] pre-commit = "4.0.1"