fix(deps): update dependency uvicorn to ^0.21.0 (#2233)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-24 08:32:24 -08:00 committed by GitHub
parent ab04d1f595
commit 027fcbdcef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2711,14 +2711,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.20.0" version = "0.21.1"
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.1-py3-none-any.whl", hash = "sha256:e47cac98a6da10cd41e6fd036d472c6f58ede6c5dbee3dbee3ef7a100ed97742"},
{file = "uvicorn-0.20.0.tar.gz", hash = "sha256:a4e12017b940247f836bc90b72e725d7dfd0c8ed1c51eb365f5ba30d9f5127d8"}, {file = "uvicorn-0.21.1.tar.gz", hash = "sha256:0fac9cb342ba099e0d582966005f3fdba5b0290579fed4a6266dc702ca7bb032"},
] ]
[package.dependencies] [package.dependencies]
@ -3056,4 +3056,4 @@ pgsql = ["psycopg2-binary"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "fa33a3e89fbd7e496e86f8bbce4f13d4fecfe731438fca13dabca1d067ebf703" content-hash = "24a0158a7887ff387b9fc51a8fb03e2df3c5dc6289e595372db324e824d97c8a"

View File

@ -40,7 +40,7 @@ python-slugify = "^8.0.0"
recipe-scrapers = "^14.26.0" recipe-scrapers = "^14.26.0"
requests = "^2.25.1" requests = "^2.25.1"
tzdata = "^2022.7" tzdata = "^2022.7"
uvicorn = {extras = ["standard"], version = "^0.20.0"} uvicorn = {extras = ["standard"], version = "^0.21.0"}
beautifulsoup4 = "^4.11.2" beautifulsoup4 = "^4.11.2"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]