Update dependency uvicorn to ^0.32.0

This commit is contained in:
renovate[bot]
2024-10-15 18:43:47 +00:00
parent bac5668e79
commit c80aa773ef
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1380,13 +1380,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
version = "0.31.1"
version = "0.32.0"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.8"
files = [
{file = "uvicorn-0.31.1-py3-none-any.whl", hash = "sha256:adc42d9cac80cf3e51af97c1851648066841e7cfb6993a4ca8de29ac1548ed41"},
{file = "uvicorn-0.31.1.tar.gz", hash = "sha256:f5167919867b161b7bcaf32646c6a94cdbd4c3aa2eb5c17d36bb9aa5cfd8c493"},
{file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"},
{file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"},
]
[package.dependencies]
@ -1655,4 +1655,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "81bcbbf7bff8f24df3066dd2ad15467991eba5db60342ed29ba17c50ea77520a"
content-hash = "23af020f67d62086ad51c12315fad79091650aa62545f402e10ab14a82e84ebe"

View File

@ -18,7 +18,7 @@ python-dotenv = "^1.0.1"
python-multipart = "^0.0.12"
reader = "^3.14"
tomlkit = "^0.13.0"
uvicorn = { extras = ["standard"], version = "^0.31.0" }
uvicorn = { extras = ["standard"], version = "^0.32.0" }
markdownify = "^0.13.0"
[tool.poetry.group.dev.dependencies]