Update dependency uvicorn to ^0.21.0 #103

Merged
Xefir merged 1 commits from renovate/uvicorn-0.x into master 2023-03-11 15:53:45 +00:00
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry and should not be changed by hand. # This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand.
[[package]] [[package]]
name = "aiofiles" name = "aiofiles"
@ -1524,14 +1524,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]
@ -1681,4 +1681,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8.1" python-versions = "^3.8.1"
content-hash = "e50c1ea482752c56326890aa403660910ce9517b5eae2f4fd62e26d9a7e74e51" content-hash = "cbb07b99f14d2e2e1460be6fb68a85a893a1aa2791f53653d89c8eb6c76bd44f"

View File

@ -19,7 +19,7 @@ python-dotenv = "^1.0.0"
quart = "^0.18.3" quart = "^0.18.3"
requests-oauthlib = "^1.3.1" requests-oauthlib = "^1.3.1"
sentry-sdk = "^1.16.0" sentry-sdk = "^1.16.0"
uvicorn = "^0.20.0" uvicorn = "^0.21.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
black = "^23.1.0" black = "^23.1.0"