From e6ea84ea8acf7c4ad04dfec6d3da9da5e0411d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:58:48 +0000 Subject: [PATCH] chore(deps): bump the api-python group in /apps/api with 1 update Bumps the api-python group in /apps/api with 1 update: [uvicorn](https://github.com/encode/uvicorn). Updates `uvicorn` from 0.27.0 to 0.27.0.post1 - [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.27.0...0.27.0.post1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: api-python ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 747c4b66..902d1f07 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -2,5 +2,5 @@ fastapi==0.109.2 mutagen==1.47.0 pydantic>=2.1.1,<3.0.0 sse-starlette==2.0.0 -uvicorn==0.27.0 +uvicorn==0.27.0.post1 yt-dlp==2023.12.30