Skip to content

Commit

Permalink
Merge pull request #1090 from bcgov/dependabot/pip/demo/plugins/rpc/c…
Browse files Browse the repository at this point in the history
…ontroller/uvicorn-0.29.0

Bump uvicorn from 0.27.1 to 0.29.0 in /demo/plugins/rpc/controller
  • Loading branch information
loneil authored Apr 24, 2024
2 parents 319d925 + 9a11401 commit 3b57aaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions demo/plugins/rpc/controller/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 demo/plugins/rpc/controller/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.9.2"
requests = "^2.31.0"
fastapi = "^0.109.2"
uvicorn = {extras = ["standard"], version = "^0.27.1"}
uvicorn = {extras = ["standard"], version = "^0.29.0"}
randomwords = "^0.4.0"
websockets = "^12.0"

Expand Down

0 comments on commit 3b57aaf

Please sign in to comment.