From 6ac78d7793dc1a2aca9ecb803fbddb0e6ff08fa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:41:22 +0000 Subject: [PATCH] fix(api-python): update dependency uvicorn to v0.34.0 --- api-python/pyproject.toml | 2 +- api-python/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api-python/pyproject.toml b/api-python/pyproject.toml index 160aca673e..ab10d09bd7 100644 --- a/api-python/pyproject.toml +++ b/api-python/pyproject.toml @@ -4,7 +4,7 @@ version = "1.0.0" requires-python = "~=3.13.0" dependencies = [ "fastapi==0.115.6", - "uvicorn==0.33.0", + "uvicorn==0.34.0", "confluent-kafka==2.6.1", "python-dotenv==1.0.1", "sentry-sdk[fastapi]==2.19.2", diff --git a/api-python/uv.lock b/api-python/uv.lock index 299822cdc8..957aeba261 100644 --- a/api-python/uv.lock +++ b/api-python/uv.lock @@ -51,7 +51,7 @@ requires-dist = [ { name = "pydantic-settings", specifier = "==2.7.0" }, { name = "python-dotenv", specifier = "==1.0.1" }, { name = "sentry-sdk", extras = ["fastapi"], specifier = "==2.19.2" }, - { name = "uvicorn", specifier = "==0.33.0" }, + { name = "uvicorn", specifier = "==0.34.0" }, ] [package.metadata.requires-dev] @@ -407,13 +407,13 @@ wheels = [ [[package]] name = "uvicorn" -version = "0.33.0" +version = "0.34.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, { name = "h11" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/cb/81/a083ae41716b00df56d45d4b5f6ca8e90fc233a62e6c04ab3ad3c476b6c4/uvicorn-0.33.0.tar.gz", hash = "sha256:3577119f82b7091cf4d3d4177bfda0bae4723ed92ab1439e8d779de880c9cc59", size = 76590 } +sdist = { url = "https://files.pythonhosted.org/packages/4b/4d/938bd85e5bf2edeec766267a5015ad969730bb91e31b44021dfe8b22df6c/uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9", size = 76568 } wheels = [ - { url = "https://files.pythonhosted.org/packages/98/79/2e2620337ef1e4ef7a058b351603b765f59ac28e6e3ac7c5e7cdee9ea1ab/uvicorn-0.33.0-py3-none-any.whl", hash = "sha256:2c30de4aeea83661a520abab179b24084a0019c0c1bbe137e5409f741cbde5f8", size = 62297 }, + { url = "https://files.pythonhosted.org/packages/61/14/33a3a1352cfa71812a3a21e8c9bfb83f60b0011f5e36f2b1399d51928209/uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4", size = 62315 }, ]