Skip to content

Commit 6bb5f2e

Browse files
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](Kludex/uvicorn@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] <support@github.com>
1 parent aab1286 commit 6bb5f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [
4242
dependencies = [
4343
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
4444
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
45-
"uvicorn[standard] == 0.27.1",
45+
"uvicorn[standard] == 0.29.0",
4646
"ellar >= 0.7.1",
4747
"click >= 8.1.7",
4848
]

0 commit comments

Comments
 (0)