Merge pull request 'Update dependency uvicorn to ^0.24.0' (#167) from renovate/uvicorn-0.x into master
divent / lint (push) Successful in 7m55s Details
divent / docker (push) Successful in 14m27s Details
divent / pypi (push) Has been skipped Details

Reviewed-on: #167
This commit is contained in:
Michel Roux 2023-11-05 06:49:38 +00:00
commit 61987af73b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1468,13 +1468,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
version = "0.23.2"
version = "0.24.0"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.8"
files = [
{file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"},
{file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"},
{file = "uvicorn-0.24.0-py3-none-any.whl", hash = "sha256:3d19f13dfd2c2af1bfe34dd0f7155118ce689425fdf931177abe832ca44b8a04"},
{file = "uvicorn-0.24.0.tar.gz", hash = "sha256:368d5d81520a51be96431845169c225d771c9dd22a58613e1a181e6c4512ac33"},
]
[package.dependencies]
@ -1621,4 +1621,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "5eb15e86b37a057ab5667228af9ec5e7cea758764aebcf32bc1646d5a747aa24"
content-hash = "cc116eac11208b742bf67d1b6d7964bf4a230914fd1bf2526d92464d46cf1f70"

View File

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