From a0c85fa10cbe527f1192f3269e6aaec805be5942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:23:33 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.22.0 to 0.24.0.post1 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.22.0 to 0.24.0.post1. - [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.24.0.post1) --- 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..3ba2a86 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.24.0.post1 uvloop==0.17.0 watchfiles==0.20.0 websocket-client==0.59.0