chore(deps): update dependency uvicorn to ^0.30.0
All checks were successful
divent / lint (push) Successful in 1m56s
divent / docker (push) Successful in 1m55s
divent / pypi (push) Has been skipped

This commit is contained in:
Renovate Bot 2024-05-29 06:47:43 +00:00
parent 7893499305
commit 69ffcdf8c6
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1530,13 +1530,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
version = "0.29.0"
version = "0.30.0"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.8"
files = [
{file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"},
{file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"},
{file = "uvicorn-0.30.0-py3-none-any.whl", hash = "sha256:78fa0b5f56abb8562024a59041caeb555c86e48d0efdd23c3fe7de7a4075bdab"},
{file = "uvicorn-0.30.0.tar.gz", hash = "sha256:f678dec4fa3a39706bbf49b9ec5fc40049d42418716cea52b53f07828a60aa37"},
]
[package.dependencies]
@ -1699,4 +1699,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0.0"
content-hash = "7b3d456374f741f26f2f9610e6106f31068f9178a0b6b9a32c018bd8174f734a"
content-hash = "8aa84da2786afc3494d243a24795444989814f3aea20efc8f11396c3fd4e4577"

View File

@ -18,7 +18,7 @@ ics = "0.8.0.dev0"
python-dotenv = "^1.0.1"
quart = "^0.19.6"
requests-oauthlib = "^2.0.0"
uvicorn = "^0.29.0"
uvicorn = "^0.30.0"
[tool.poetry.dev-dependencies]
black = "^24.4.2"