From c70a61bcd5d6d5de73442eecba8bfc01b44717cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:03:39 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.30.1 to 0.31.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.1 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.1...0.31.0) --- updated-dependencies: - dependency-name: uvicorn 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 41b0790..69220da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ fastapi==0.111.0 -uvicorn==0.30.1 +uvicorn==0.31.0 pfluent==0.0.1