Skip to content

Commit 15532d0

Browse files
Update dependency uvicorn to v0.28.0
1 parent 686f3a7 commit 15532d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{include = "bss_web_file_server", from = "src"}]
1010
python = "^3.12"
1111
fastapi = "0.109.2"
1212
pillow = "10.2.0"
13-
uvicorn = {extras = ["standard"], version = "0.27.1"}
13+
uvicorn = {extras = ["standard"], version = "0.28.0"}
1414
python-multipart = "0.0.9"
1515
pillow-avif-plugin = "1.4.3"
1616
pytest-mock = "^3.12.0"

0 commit comments

Comments
 (0)