From 47a1f72b07727a11b354a17baba854a122c1a0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:31:52 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 3 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn) and [pytak](https://github.com/snstac/pytak) to permit the latest version. Updates `fastapi` to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.136.1) Updates `uvicorn` to 0.46.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.30.0...0.46.0) Updates `pytak` to 7.3.7 - [Release notes](https://github.com/snstac/pytak/releases) - [Changelog](https://github.com/snstac/pytak/blob/main/CHANGELOG.md) - [Commits](https://github.com/snstac/pytak/compare/v7.3.0...v7.3.7) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytak dependency-version: 7.3.7 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index fd907d6..ba544eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ paho-mqtt>=2.1.0 meshtastic>=2.7.8 -fastapi>=0.115.0 -uvicorn>=0.30.0 -pytak>=7.3.0 +fastapi>=0.136.1 +uvicorn>=0.46.0 +pytak>=7.3.7