Update dependency uvicorn to ^0.31.0

This commit is contained in:
renovate[bot]
2024-09-27 22:39:47 +00:00
parent 35f8b175ec
commit 06d2bd12da
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]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.30.6" version = "0.31.0"
description = "The lightning-fast ASGI server." description = "The lightning-fast ASGI server."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, {file = "uvicorn-0.31.0-py3-none-any.whl", hash = "sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced"},
{file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, {file = "uvicorn-0.31.0.tar.gz", hash = "sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906"},
] ]
[package.dependencies] [package.dependencies]
@ -1655,4 +1655,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "915e5c88e4daf51035fddb5890a43a8d47df9197872652dd788ad889a0b72ad0" content-hash = "fb9700ebe5f84a4016f0a06573b3ca7c5b474db989c6840726e1f966689f21ac"

View File

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