From 985041e61fa704aff9a15d892e3b681a088f504d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 14:40:17 +0000 Subject: [PATCH] fix(deps): update dependency uvicorn to ^0.30.0 (#3659) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2b727c97a2..326bbde9df1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3208,13 +3208,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.29.0" +version = "0.30.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"}, - {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"}, + {file = "uvicorn-0.30.0-py3-none-any.whl", hash = "sha256:78fa0b5f56abb8562024a59041caeb555c86e48d0efdd23c3fe7de7a4075bdab"}, + {file = "uvicorn-0.30.0.tar.gz", hash = "sha256:f678dec4fa3a39706bbf49b9ec5fc40049d42418716cea52b53f07828a60aa37"}, ] [package.dependencies] @@ -3472,4 +3472,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "324774964bd61d647fcb5a18fa0a4f2fd13240e45cdedbd023aec4fab34a6863" +content-hash = "e850def23319334daba457a1bc3716ece051533dd0989d828cf45a878f2da2f5" diff --git a/pyproject.toml b/pyproject.toml index f60308f5d63..98d8f391b84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ python-slugify = "^8.0.0" recipe-scrapers = "^14.55.0" requests = "^2.31.0" tzdata = "^2023.4" -uvicorn = { extras = ["standard"], version = "^0.29.0" } +uvicorn = { extras = ["standard"], version = "^0.30.0" } beautifulsoup4 = "^4.11.2" isodate = "^0.6.1" text-unidecode = "^1.3"