Skip to content

Commit

Permalink
Update dependency uvicorn to ^0.34.0
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | uvicorn | 0.30.3 | 0.34.0 |
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent df05afa commit 16854b3
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
97 changes: 52 additions & 45 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.34.0" }
motor = "3.5.1"
python-dotenv = "^1.0.1"
pyjwt = "^2.8.0"
Expand Down

0 comments on commit 16854b3

Please sign in to comment.