Update dependency uvicorn to ^0.33.0 (#308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -1327,13 +1327,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]
|
||||
@ -1383,4 +1383,4 @@ watchdog = ["watchdog (>=2.3)"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "74ad0f161ae9f24107183ede46852a56ee08859089c7979a18b72fe3ae3d732f"
|
||||
content-hash = "2abb9c4098abc9ef3cbd9a72357883fd516bebc2cdaf2a69f921a1d8f0a59673"
|
||||
|
@ -17,7 +17,7 @@ platformdirs = "^3.11.0"
|
||||
python-dotenv = "^1.0.1"
|
||||
python-multipart = "^0.0.19"
|
||||
reader = "^3.14"
|
||||
uvicorn = "^0.32.0"
|
||||
uvicorn = "^0.33.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
djlint = "^1.35.3"
|
||||
|
Reference in New Issue
Block a user