From 36a5bc6fe80a9971e1b78873680cb2fe1e0014ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 22:38:01 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.22.0 to 0.23.2 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.22.0 to 0.23.2. - [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.23.2) --- 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 ca04f6e..a1d212a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ tzdata==2023.3 tzlocal==5.0.1 urllib3==2.0.5 urlobject==2.4.3 -uvicorn[standard]==0.22.0 +uvicorn[standard]==0.23.2 uvloop==0.17.0 watchfiles==0.20.0 websocket-client==0.59.0