Skip to content

Commit 16854b3

Browse files
Update dependency uvicorn to ^0.34.0
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.30.3 | 0.34.0 |
1 parent df05afa commit 16854b3

File tree

2 files changed

+53
-46
lines changed

2 files changed

+53
-46
lines changed

Diff for: poetry.lock

+52-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
python = "^3.12"
1010
starlette = "^0.38.0"
1111
nested_dict = "^1.61"
12-
uvicorn = { extras = ["standard"], version = "^0.30.1" }
12+
uvicorn = { extras = ["standard"], version = "^0.34.0" }
1313
motor = "3.5.1"
1414
python-dotenv = "^1.0.1"
1515
pyjwt = "^2.8.0"

0 commit comments

Comments
 (0)