Commit abb0d36b authored by to be continuous bot's avatar to be continuous bot
Browse files

fix(deps): update dependency uvicorn to ^0.21.0

parent 9ee4fe55
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
# 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]]
name = "anyio"
@@ -377,14 +377,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]

[[package]]
name = "uvicorn"
version = "0.20.0"
version = "0.21.0"
description = "The lightning-fast ASGI server."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
    {file = "uvicorn-0.20.0-py3-none-any.whl", hash = "sha256:c3ed1598a5668208723f2bb49336f4509424ad198d6ab2615b7783db58d919fd"},
    {file = "uvicorn-0.20.0.tar.gz", hash = "sha256:a4e12017b940247f836bc90b72e725d7dfd0c8ed1c51eb365f5ba30d9f5127d8"},
    {file = "uvicorn-0.21.0-py3-none-any.whl", hash = "sha256:e69e955cb621ae7b75f5590a814a4fcbfb14cb8f44a36dfe3c5c75ab8aee3ad5"},
    {file = "uvicorn-0.21.0.tar.gz", hash = "sha256:8635a388062222082f4b06225b867b74a7e4ef942124453d4d1d1a5cb3750932"},
]

[package.dependencies]
@@ -559,4 +559,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "54241cc27554dee4ea530e6a5624bd50cf962e73e07fa9d943a110a4a2b6affc"
content-hash = "50f3f0cc6c59b1b8bbb8a8e2016c2cca2ce0b426209033af95dc02b5b805b9a9"
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
fastapi = "^0.92.0"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
uvicorn = {extras = ["standard"], version = "^0.21.0"}
requests = "^2.28.1"