Skip to content

Commit

Permalink
build: bump uvicorn in /azurefunctions-extensions-http-fastapi
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.29.0 to 0.32.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.29.0...0.32.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 5e23c13 commit f298e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurefunctions-extensions-http-fastapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers= [
dependencies = [
'azurefunctions-extensions-base',
'fastapi==0.110.1',
'uvicorn==0.29.0',
'uvicorn==0.32.0',
'pydantic==2.7.4',
]

Expand Down

0 comments on commit f298e8c

Please sign in to comment.