From 40476889ed160c11a750f20b545fd425290a2783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:33:56 +0000 Subject: [PATCH] Bump uvicorn from 0.23.2 to 0.25.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.2 to 0.25.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.23.2...0.25.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa4b78d..b0b85d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ version = "0.0.1" dependencies = [ "fastapi[all]==0.105.0", - "uvicorn==0.23.2" + "uvicorn==0.25.0" ] [project.urls]