From 9ef08c79493834108144954e3ada1443b8098d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 22:20:07 -0800 Subject: [PATCH] Bump uvicorn from 0.22.0 to 0.24.0.post1 (#2972) Bumps [uvicorn](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 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> Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 95ded00f..3597bc37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,4 +28,4 @@ ruff==0.1.6 trio==0.22.2 trio-typing==0.10.0 trustme==1.1.0 -uvicorn==0.22.0 +uvicorn==0.24.0.post1