From 5818d5f73db9e7dd28a78710a05894ab232cb75e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:16:19 +0000 Subject: [PATCH] build(deps): Bump uvicorn from 0.30.3 to 0.52.4 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.30.3 to 0.52.4. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.30.3...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4286d2..5f37897 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "requests==2.34.2", "fastapi~=0.111.1", "isodate==0.6.1", - "uvicorn==0.30.3", + "uvicorn==0.52.4", "paho-mqtt==2.1.0", "nats-py==2.15.0", "deepdiff==7.0.1", diff --git a/requirements.txt b/requirements.txt index c18b9fb..410e4d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ dacite==1.8.1 requests==2.34.2 fastapi~=0.111.1 isodate==0.6.1 -uvicorn==0.30.3 +uvicorn==0.52.4 paho-mqtt==2.1.0 nats-py==2.15.0 deepdiff==7.0.1