From d3984de03fde93bf4000544ce0c00162a9ad0a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:39:03 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.30.1 to 0.30.4 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.30.1 to 0.30.4. - [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.30.1...0.30.4) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9962614..c37b68d 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.30.1", + "uvicorn[standard] == 0.30.4", "ellar >= 0.7.4", "click >= 8.1.7", ]