Skip to content

Commit 4000b58

Browse files
build: bump uvicorn in /azurefunctions-extensions-http-fastapi
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.0 to 0.32.1. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.32.0...0.32.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99c7268 commit 4000b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azurefunctions-extensions-http-fastapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers= [
2727
dependencies = [
2828
'azurefunctions-extensions-base',
2929
'fastapi==0.115.2',
30-
'uvicorn==0.32.0',
30+
'uvicorn==0.32.1',
3131
'pydantic==2.10.1',
3232
]
3333

0 commit comments

Comments
 (0)