From cd305cd47d236219c2bfa1bab470771b6792dbb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:24:52 +0000 Subject: [PATCH] fix(deps): update dependency uvicorn to ^0.31.0 (#4277) 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 8dab314e834..29c169c5e2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3137,13 +3137,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.31.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, - {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, + {file = "uvicorn-0.31.0-py3-none-any.whl", hash = "sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced"}, + {file = "uvicorn-0.31.0.tar.gz", hash = "sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906"}, ] [package.dependencies] @@ -3401,4 +3401,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d7e91a118cf44ff2adbefdf99c25e1cc1f2d15b8dc942c5a4da672c84ab1131e" +content-hash = "d78e167f34deab4f9d0a422525a634d9f085b6ca0cd062ac7960db9b28762be1" diff --git a/pyproject.toml b/pyproject.toml index 71eed950988..a3e3352f088 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.30.0" } +uvicorn = { extras = ["standard"], version = "^0.31.0" } beautifulsoup4 = "^4.11.2" isodate = "^0.6.1" text-unidecode = "^1.3"