Update dependency uvicorn to ^0.21.0

This commit is contained in:
renovate[bot]
2023-03-09 23:24:04 +00:00
parent 1199092705
commit ed2ee0ea8f
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -773,14 +773,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.20.0" version = "0.21.0"
description = "The lightning-fast ASGI server." description = "The lightning-fast ASGI server."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "uvicorn-0.20.0-py3-none-any.whl", hash = "sha256:c3ed1598a5668208723f2bb49336f4509424ad198d6ab2615b7783db58d919fd"}, {file = "uvicorn-0.21.0-py3-none-any.whl", hash = "sha256:e69e955cb621ae7b75f5590a814a4fcbfb14cb8f44a36dfe3c5c75ab8aee3ad5"},
{file = "uvicorn-0.20.0.tar.gz", hash = "sha256:a4e12017b940247f836bc90b72e725d7dfd0c8ed1c51eb365f5ba30d9f5127d8"}, {file = "uvicorn-0.21.0.tar.gz", hash = "sha256:8635a388062222082f4b06225b867b74a7e4ef942124453d4d1d1a5cb3750932"},
] ]
[package.dependencies] [package.dependencies]
@ -955,4 +955,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "6094c1252d7cb5cbbc9d9631cccacc33097a97ba810695f49f007009df77195a" content-hash = "80d0f30272a18046048acf46f61b275590b41d331f1b8285260a088585fe6f4c"

View File

@ -17,7 +17,7 @@ discord-webhook = "^1.0.0"
python-multipart = "^0.0.6" python-multipart = "^0.0.6"
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
Jinja2 = "^3.1.2" Jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.20.0"} uvicorn = {extras = ["standard"], version = "^0.21.0"}
jinja2 = "^3.1.2" jinja2 = "^3.1.2"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]