Update dependency uvicorn to ^0.33.0 (#234)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-14 13:10:01 +00:00
committed by GitHub
parent ade1698819
commit d753d537b5
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -880,13 +880,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
version = "0.32.1"
version = "0.33.0"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.8"
files = [
{file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"},
{file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"},
{file = "uvicorn-0.33.0-py3-none-any.whl", hash = "sha256:2c30de4aeea83661a520abab179b24084a0019c0c1bbe137e5409f741cbde5f8"},
{file = "uvicorn-0.33.0.tar.gz", hash = "sha256:3577119f82b7091cf4d3d4177bfda0bae4723ed92ab1439e8d779de880c9cc59"},
]
[package.dependencies]
@ -1138,4 +1138,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "bc585a3c56d33191b595780979e73a76ec98fe30a5bdf086e589ad311d3b5f0b"
content-hash = "29d190d4bb6f798f23b1b3b9ebe04146b769d75fa10ba5a0fa6870bb3a247b8f"

View File

@ -19,7 +19,7 @@ discord-webhook = "^1.3.1"
python-multipart = "^0.0.19"
python-dotenv = "^1.0.1"
Jinja2 = "^3.1.4"
uvicorn = { extras = [ "standard" ], version = "^0.32.0" }
uvicorn = { extras = [ "standard" ], version = "^0.33.0" }
[tool.poetry.group.dev.dependencies]
httpx = "^0.28.0"