Update dependency uvicorn to ^0.25.0
divent / lint (push) Successful in 2m2s Details
divent / docker (push) Successful in 1m44s Details
divent / pypi (push) Has been skipped Details

This commit is contained in:
Renovate Bot 2023-12-21 06:47:29 +00:00
parent ff7576499d
commit a84228a11c
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1502,13 +1502,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
version = "0.24.0.post1"
version = "0.25.0"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.8"
files = [
{file = "uvicorn-0.24.0.post1-py3-none-any.whl", hash = "sha256:7c84fea70c619d4a710153482c0d230929af7bcf76c7bfa6de151f0a3a80121e"},
{file = "uvicorn-0.24.0.post1.tar.gz", hash = "sha256:09c8e5a79dc466bdf28dead50093957db184de356fcdc48697bad3bde4c2588e"},
{file = "uvicorn-0.25.0-py3-none-any.whl", hash = "sha256:ce107f5d9bd02b4636001a77a4e74aab5e1e2b146868ebbad565237145af444c"},
{file = "uvicorn-0.25.0.tar.gz", hash = "sha256:6dddbad1d7ee0f5140aba5ec138ddc9612c5109399903828b4874c9937f009c2"},
]
[package.dependencies]
@ -1655,4 +1655,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<3.12"
content-hash = "30113574429e0ed0539ebe2850264eb819fb2a7af92310402c9eccbca33487ed"
content-hash = "7ae70cbc2e357dc8915488dec1513142992aa43c88cf97a5c3070d0233e7c928"

View File

@ -18,7 +18,7 @@ ics = "0.8.0.dev0"
python-dotenv = "^1.0.0"
quart = "^0.19.3"
requests-oauthlib = "^1.3.1"
uvicorn = "^0.24.0"
uvicorn = "^0.25.0"
[tool.poetry.dev-dependencies]
black = "^23.10.1"