Update dependency uvicorn to ^0.29.0

This commit is contained in:
renovate[bot]
2024-03-20 08:10:16 +00:00
parent 32def43569
commit e2fae1cbc0
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1357,14 +1357,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.28.1" version = "0.29.0"
description = "The lightning-fast ASGI server." description = "The lightning-fast ASGI server."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "uvicorn-0.28.1-py3-none-any.whl", hash = "sha256:5162f6d652f545be91b1feeaee8180774af143965ca9dc8a47ff1dc6bafa4ad5"}, {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"},
{file = "uvicorn-0.28.1.tar.gz", hash = "sha256:08103e79d546b6cf20f67c7e5e434d2cf500a6e29b28773e407250c54fc4fa3c"}, {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"},
] ]
[package.dependencies] [package.dependencies]
@ -1618,4 +1618,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "b69121382fc52677b66f69c1bbb2fbcc208328f60d3c8f6ab3039818d660e785" content-hash = "f404c54cdf8fe13df219c6e1ef778c3b12444a205c3903799fecf1f09d4dda2a"

View File

@ -10,7 +10,7 @@ reader = "^3.4"
discord-webhook = "^1.0.0" discord-webhook = "^1.0.0"
platformdirs = "^3.0.0" platformdirs = "^3.0.0"
fastapi = "^0.110.0" fastapi = "^0.110.0"
uvicorn = { extras = ["standard"], version = "^0.28.0" } uvicorn = { extras = ["standard"], version = "^0.29.0" }
jinja2 = "^3.1.2" jinja2 = "^3.1.2"
apscheduler = "^3.10.0" apscheduler = "^3.10.0"
python-multipart = "^0.0.9" python-multipart = "^0.0.9"