From 03485ecc738876501353a76e4313d8ae0a43cbed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 06:51:32 +0000 Subject: [PATCH] fix(deps): update dependency uvicorn to ^0.32.0 (#4367) 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 c5cdd778316..641ad4a07ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3139,13 +3139,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.31.1" +version = "0.32.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.31.1-py3-none-any.whl", hash = "sha256:adc42d9cac80cf3e51af97c1851648066841e7cfb6993a4ca8de29ac1548ed41"}, - {file = "uvicorn-0.31.1.tar.gz", hash = "sha256:f5167919867b161b7bcaf32646c6a94cdbd4c3aa2eb5c17d36bb9aa5cfd8c493"}, + {file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, + {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, ] [package.dependencies] @@ -3403,4 +3403,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5e167caf6d524a1a2c96b5620572689e57ed0ba79c06a19389071d18def825a0" +content-hash = "63615a27c499bb9782457b23192b44a703995783497dfaf00ae3bbd518968f85" diff --git a/pyproject.toml b/pyproject.toml index 41696f805cb..77769fbdafc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ python-slugify = "^8.0.0" recipe-scrapers = "^15.0.0" requests = "^2.31.0" tzdata = "^2024.1" -uvicorn = { extras = ["standard"], version = "^0.31.0" } +uvicorn = { extras = ["standard"], version = "^0.32.0" } beautifulsoup4 = "^4.11.2" isodate = "^0.7.0" text-unidecode = "^1.3"