Skip to content

Commit

Permalink
Bump uvicorn from 0.20.0 to 0.32.1 (#12)
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.20.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.20.0...0.32.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 903db2d commit 54b5576
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ package-mode = false
python = "3.10.12"
fastapi = "0.115.*"
httpx = "0.24.*"
uvicorn = {version = "0.20.*", extras = ["standard"]}
uvicorn = {version = "0.32.*", extras = ["standard"]}

[tool.poetry.group.dev.dependencies]
mypy = "1.13.*"
Expand Down

0 comments on commit 54b5576

Please sign in to comment.