Skip to content

Commit 58115e9

Browse files
Update dependency uvicorn to ^0.32.0
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.30.3 | 0.32.0 |
1 parent df05afa commit 58115e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: poetry.lock

+4-4
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.32.0" }
1313
motor = "3.5.1"
1414
python-dotenv = "^1.0.1"
1515
pyjwt = "^2.8.0"

0 commit comments

Comments
 (0)