Update dependency uvicorn to ^0.34.0 (#235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
10
poetry.lock
generated
10
poetry.lock
generated
@ -880,13 +880,13 @@ zstd = ["zstandard (>=0.18.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "uvicorn"
|
||||
version = "0.33.0"
|
||||
version = "0.34.0"
|
||||
description = "The lightning-fast ASGI server."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
python-versions = ">=3.9"
|
||||
files = [
|
||||
{file = "uvicorn-0.33.0-py3-none-any.whl", hash = "sha256:2c30de4aeea83661a520abab179b24084a0019c0c1bbe137e5409f741cbde5f8"},
|
||||
{file = "uvicorn-0.33.0.tar.gz", hash = "sha256:3577119f82b7091cf4d3d4177bfda0bae4723ed92ab1439e8d779de880c9cc59"},
|
||||
{file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"},
|
||||
{file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1138,4 +1138,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "29d190d4bb6f798f23b1b3b9ebe04146b769d75fa10ba5a0fa6870bb3a247b8f"
|
||||
content-hash = "8d956c42d47c7f8057dc3b6ae7d8ef4e86b8bb591513e2f010f37b48953e1ded"
|
||||
|
@ -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.33.0" }
|
||||
uvicorn = { extras = [ "standard" ], version = "^0.34.0" }
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
httpx = "^0.28.0"
|
||||
|
Reference in New Issue
Block a user