From 6defed4bc13d1d3c535b0d6436fbcee9df0a0e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:20:49 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.20.0 to 0.27.0.post1 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.20.0 to 0.27.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.20.0...0.27.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 a36f1befb..05e4dce3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,4 +35,4 @@ rules==3.3 sentry-sdk==1.14.0 slackclient==2.9.4 urllib3==1.26.18 -uvicorn[standard]==0.20.0 +uvicorn[standard]==0.27.0.post1