From 3d969772ea160bf050268e22d989143379c943af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 15:23:31 +0200 Subject: [PATCH] Bump uvicorn from 0.29.0 to 0.30.0 (#143) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.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.29.0...0.30.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bfea718..0be3dcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ fastapi==0.111.0 aiohttp==3.9.5 aiocache==0.12.2 -uvicorn==0.29.0 \ No newline at end of file +uvicorn==0.30.0 \ No newline at end of file