Skip to content

Commit

Permalink
Merge pull request #428 from JnyJny/dependabot/pip/uvicorn-0.33.0
Browse files Browse the repository at this point in the history
build(deps): bump uvicorn from 0.32.1 to 0.33.0
  • Loading branch information
JnyJny authored Dec 27, 2024
2 parents 2c37b17 + 6a00eec commit bc70d54
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 bc70d54

Please sign in to comment.