From 6bb5f2e343b855a04696daea46cd88ad70a01dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:07:02 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.27.1 to 0.29.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.27.1 to 0.29.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.27.1...0.29.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00c87de..9a2841b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dependencies = [ # exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225 "tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3", - "uvicorn[standard] == 0.27.1", + "uvicorn[standard] == 0.29.0", "ellar >= 0.7.1", "click >= 8.1.7", ]