From 6cc73bfc37e2b870aae177a1f0e3f4bc21ae9671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:24:22 -0800 Subject: [PATCH] Bump uvicorn from 0.24.0.post1 to 0.25.0 (#4162) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.24.0.post1 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.24.0.post1...0.25.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-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index cb1523cd153d..a4bba4867777 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -492,7 +492,7 @@ urllib3==1.26.18 # pdpyras # requests # sentry-sdk -uvicorn==0.24.0.post1 +uvicorn==0.25.0 # via -r requirements-base.in uvloop==0.19.0 # via -r requirements-base.in