From 6292620a60aa48b9885b9b3be8af8ca951fdb329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:28:02 +0000 Subject: [PATCH] build(deps): bump uvicorn[standard] from 0.30.6 to 0.31.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.30.6 to 0.31.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.30.6...0.31.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75377011..c45952ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ aiofiles==24.1.0 Jinja2==3.1.4 python-multipart==0.0.9 starlette==0.38.5 -uvicorn[standard]==0.30.6; platform_machine == 'x86_64' +uvicorn[standard]==0.31.0; platform_machine == 'x86_64' uvicorn==0.27.1; platform_machine != 'x86_64' yt-dlp==2024.8.6