diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 926cf51f..499c1a80 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -427,18 +427,18 @@ files = [ [[package]] name = "fastapi" -version = "0.115.2" +version = "0.115.4" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.115.2-py3-none-any.whl", hash = "sha256:61704c71286579cc5a598763905928f24ee98bfcc07aabe84cfefb98812bbc86"}, - {file = "fastapi-0.115.2.tar.gz", hash = "sha256:3995739e0b09fa12f984bce8fa9ae197b35d433750d3d312422d846e283697ee"}, + {file = "fastapi-0.115.4-py3-none-any.whl", hash = "sha256:0b504a063ffb3cf96a5e27dc1bc32c80ca743a2528574f9cdc77daa2d31b4742"}, + {file = "fastapi-0.115.4.tar.gz", hash = "sha256:db653475586b091cb8b2fec2ac54a680ac6a158e07406e1abae31679e8826349"}, ] [package.dependencies] pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" -starlette = ">=0.37.2,<0.41.0" +starlette = ">=0.40.0,<0.42.0" typing-extensions = ">=4.8.0" [package.extras] @@ -1037,13 +1037,13 @@ files = [ [[package]] name = "yt-dlp" -version = "2024.10.7" +version = "2024.10.22" description = "A feature-rich command-line audio/video downloader" optional = false python-versions = ">=3.8" files = [ - {file = "yt_dlp-2024.10.7-py3-none-any.whl", hash = "sha256:9e336ae663bfd7ad3ea1c02e722747388172719efc0fc39a807dace3073aa704"}, - {file = "yt_dlp-2024.10.7.tar.gz", hash = "sha256:0baf1ab517c9748d7e337ced91c5543c36fc16246a9ebedac32ebf20c1998ceb"}, + {file = "yt_dlp-2024.10.22-py3-none-any.whl", hash = "sha256:ba166602ebe22a220e4dc1ead45bf00eb469ed812b22f4fb8bb54734f9b02084"}, + {file = "yt_dlp-2024.10.22.tar.gz", hash = "sha256:47b82a1fd22411b5c95ef2f0a1ae1af4e6dfd736ea99fdb2a0ea41445abc62ba"}, ] [package.dependencies] @@ -1060,7 +1060,6 @@ websockets = ">=13.0" build = ["build", "hatchling", "pip", "setuptools (>=71.0.2)", "wheel"] curl-cffi = ["curl-cffi (==0.5.10)", "curl-cffi (>=0.5.10,!=0.6.*,<0.7.2)"] dev = ["autopep8 (>=2.0,<3.0)", "pre-commit", "pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)", "ruff (>=0.6.0,<0.7.0)"] -py2exe = ["py2exe (>=0.12)"] pyinstaller = ["pyinstaller (>=6.10.0)"] secretstorage = ["cffi", "secretstorage"] static-analysis = ["autopep8 (>=2.0,<3.0)", "ruff (>=0.6.0,<0.7.0)"] @@ -1069,4 +1068,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b68bf58f1f5ed00a79044fd4118e5850f229ba0fbe2e37c8c9fcaa16a743d68b" +content-hash = "5ddf035cdcd6ec2011d1ae8b07e5dff6bdb52980847537f39fd8800b277a5448" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 263a8c93..ad748eaf 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -9,12 +9,12 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.11" -fastapi = "0.115.2" +fastapi = "0.115.4" mutagen = "1.47.0" pydantic = ">=2.1.1,<3.0.0" sse-starlette = "2.1.3" uvicorn = "0.32.0" -yt-dlp = "2024.10.7" +yt-dlp = "2024.10.22" [tool.poetry.group.dev.dependencies] pre-commit = "4.0.1"