Update dependency uvicorn to ^0.23.0

This commit is contained in:
renovate[bot]
2023-07-15 06:52:16 +00:00
parent 9b0faca38a
commit bbefbdffda
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -809,14 +809,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.22.0" version = "0.23.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.8"
files = [ files = [
{file = "uvicorn-0.22.0-py3-none-any.whl", hash = "sha256:e9434d3bbf05f310e762147f769c9f21235ee118ba2d2bf1155a7196448bd996"}, {file = "uvicorn-0.23.0-py3-none-any.whl", hash = "sha256:479599b2c0bb1b9b394c6d43901a1eb0c1ec72c7d237b5bafea23c5b2d4cdf10"},
{file = "uvicorn-0.22.0.tar.gz", hash = "sha256:79277ae03db57ce7d9aa0567830bbb51d7a612f54d6e1e3e92da3ef24c2c8ed8"}, {file = "uvicorn-0.23.0.tar.gz", hash = "sha256:d38ab90c0e2c6fe3a054cddeb962cfd5d0e0e6608eaaff4a01d5c36a67f3168c"},
] ]
[package.dependencies] [package.dependencies]
@ -996,4 +996,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "04a8cf2758bc4e55e4746e44f1d5fa140dc7ada2394a6f6c9cf67c735cb11d60" content-hash = "28669bfb8e45e55be3702f05e161c7877499ef6bcd73d119e801cfb9c2cdef01"

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.22.0"} uvicorn = {extras = ["standard"], version = "^0.23.0"}
jinja2 = "^3.1.2" jinja2 = "^3.1.2"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]