From 61f45dae20d591467d394b03f76784430efc5bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:07:01 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.50.2 to 0.51.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.50.2 to 0.51.0. - [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.50.2...0.51.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.51.0 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 5fcf9ea..bfba270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "scapy==2.7.0", "zeroconf==0.150.0", "fastapi==0.139.0", - "uvicorn==0.50.2", + "uvicorn==0.51.0", "speedtest-cli==2.1.3" ] diff --git a/requirements.txt b/requirements.txt index 704d1d2..0e8bcc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ psutil==7.2.2 scapy==2.7.0 zeroconf==0.150.0 fastapi==0.139.0 -uvicorn==0.50.2 +uvicorn==0.51.0 speedtest-cli==2.1.3