Update dependency uvicorn to ^0.22.0
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2023-04-29 00:10:18 +00:00
parent 61ca58002e
commit 97c77ba962
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1442,14 +1442,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "uvicorn"
version = "0.21.1"
version = "0.22.0"
description = "The lightning-fast ASGI server."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "uvicorn-0.21.1-py3-none-any.whl", hash = "sha256:e47cac98a6da10cd41e6fd036d472c6f58ede6c5dbee3dbee3ef7a100ed97742"},
{file = "uvicorn-0.21.1.tar.gz", hash = "sha256:0fac9cb342ba099e0d582966005f3fdba5b0290579fed4a6266dc702ca7bb032"},
{file = "uvicorn-0.22.0-py3-none-any.whl", hash = "sha256:e9434d3bbf05f310e762147f769c9f21235ee118ba2d2bf1155a7196448bd996"},
{file = "uvicorn-0.22.0.tar.gz", hash = "sha256:79277ae03db57ce7d9aa0567830bbb51d7a612f54d6e1e3e92da3ef24c2c8ed8"},
]
[package.dependencies]
@ -1599,4 +1599,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "bb154b109a0faa6d060aecf284b9a094bdd0dfdee622e466b39cc002fc4f0f67"
content-hash = "b3330ffb50eb42272175107032d1ad10257a6783f6a9f8ac7efd633eafb05349"

View File

@ -18,7 +18,7 @@ ics = "0.8.0.dev0"
python-dotenv = "^1.0.0"
quart = "^0.18.3"
requests-oauthlib = "^1.3.1"
uvicorn = "^0.21.1"
uvicorn = "^0.22.0"
[tool.poetry.dev-dependencies]
black = "^23.3.0"