From 2b7f7bff424127fb9bac1661334d0450bb02069c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 12:58:47 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.22.0 to 0.25.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.22.0 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.22.0...0.25.0) --- updated-dependencies: - dependency-name: uvicorn[standard] 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 338ed9b..07f88d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ tzdata==2023.3 tzlocal==5.0.1 urllib3==2.0.5 urlobject==2.4.3 -uvicorn[standard]==0.22.0 +uvicorn[standard]==0.25.0 uvloop==0.17.0 watchfiles==0.20.0 websocket-client==0.59.0