From c2fda0d85a4882b97b1e64eb1b83244baae806c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:53:22 -0500 Subject: [PATCH] fix(deps): update dependency uvicorn to ^0.35.0 (#5598) 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 4d3b5b876..bb6fc4992 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3575,14 +3575,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.34.3" +version = "0.35.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "uvicorn-0.34.3-py3-none-any.whl", hash = "sha256:16246631db62bdfbf069b0645177d6e8a77ba950cfedbfd093acef9444e4d885"}, - {file = "uvicorn-0.34.3.tar.gz", hash = "sha256:35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a"}, + {file = "uvicorn-0.35.0-py3-none-any.whl", hash = "sha256:197535216b25ff9b785e29a0b79199f55222193d47f820816e7da751e9bc8d4a"}, + {file = "uvicorn-0.35.0.tar.gz", hash = "sha256:bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01"}, ] [package.dependencies] @@ -3847,4 +3847,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "864bdc6886a39660689f1f26eaa169901cea2f41c95e704f798a6d0e3662a9cc" +content-hash = "7c0755d30c7245d3c7f4a86ef90db901a61b3f8d7ed39f59d7eb10f794136e02" diff --git a/pyproject.toml b/pyproject.toml index 549ad535a..18f26d6f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ python-slugify = "^8.0.0" recipe-scrapers = "^15.0.0" requests = "^2.31.0" tzdata = "^2024.1" -uvicorn = { extras = ["standard"], version = "^0.34.0" } +uvicorn = { extras = ["standard"], version = "^0.35.0" } beautifulsoup4 = "^4.11.2" isodate = "^0.7.0" text-unidecode = "^1.3"