Skip to content

Commit

Permalink
Update dependency uvicorn to ^0.32.0
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | uvicorn | 0.30.3 | 0.32.0 |
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent df05afa commit 58115e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -9,7 +9,7 @@ license = "MIT"
python = "^3.12"
starlette = "^0.38.0"
nested_dict = "^1.61"
uvicorn = { extras = ["standard"], version = "^0.30.1" }
uvicorn = { extras = ["standard"], version = "^0.32.0" }
motor = "3.5.1"
python-dotenv = "^1.0.1"
pyjwt = "^2.8.0"
Expand Down

0 comments on commit 58115e9

Please sign in to comment.