Skip to content

Commit

Permalink
build(deps): bump uvicorn from 0.32.1 to 0.33.0
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.32.1...0.33.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 Dec 16, 2024
1 parent 2c37b17 commit 6a00eec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -17,7 +17,7 @@ loguru = ">=0.6,<0.8"
hidapi = "^0.14.0"
typer = ">=0.12.3,<0.16.0"
fastapi = { version = ">=0.111,<0.116", optional = true }
uvicorn = { version = ">=0.24,<0.33", optional = true }
uvicorn = { version = ">=0.24,<0.34", optional = true }

[tool.poetry.extras]
webapi = ["fastapi", "uvicorn"]
Expand Down

0 comments on commit 6a00eec

Please sign in to comment.