Update dependency uvicorn to ^0.30.0

This commit is contained in:
renovate[bot]
2024-05-28 08:18:00 +00:00
parent f41001b3b2
commit a97c8a7682
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1165,13 +1165,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.29.0" version = "0.30.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.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"}, {file = "uvicorn-0.30.0-py3-none-any.whl", hash = "sha256:78fa0b5f56abb8562024a59041caeb555c86e48d0efdd23c3fe7de7a4075bdab"},
{file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"}, {file = "uvicorn-0.30.0.tar.gz", hash = "sha256:f678dec4fa3a39706bbf49b9ec5fc40049d42418716cea52b53f07828a60aa37"},
] ]
[package.dependencies] [package.dependencies]
@ -1423,4 +1423,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "b08272fb044311af84bc7b22994861fb747061748846e77b77f1081bd28336e8" content-hash = "a723f13e979a090d25bd612980e5e3e0c3b715056e04208f65d3a57991bc44f9"

View File

@ -13,7 +13,7 @@ discord-webhook = "^1.3.1"
python-multipart = "^0.0.9" python-multipart = "^0.0.9"
python-dotenv = "^1.0.1" python-dotenv = "^1.0.1"
Jinja2 = "^3.1.3" Jinja2 = "^3.1.3"
uvicorn = { extras = ["standard"], version = "^0.29.0" } uvicorn = { extras = ["standard"], version = "^0.30.0" }
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
httpx = "^0.27.0" httpx = "^0.27.0"