From d320de0965744a7fc9138955f2eb006a4b37b04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:47:00 +0000 Subject: [PATCH] chore(deps): bump uvicorn[standard] from 0.26.0 to 0.27.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.26.0 to 0.27.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.26.0...0.27.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index d2496d1..884c209 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -7,4 +7,4 @@ jinja2==3.1.3 jwcrypto==1.5.1 pydantic[email]==2.5.3 pydantic-settings==2.1.0 -uvicorn[standard]==0.26.0 +uvicorn[standard]==0.27.0