From 29550a0d7d1b557977c0abba2ad75959a96ccd09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 12:25:00 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 4 updates Updates the requirements on [meshtastic](https://github.com/meshtastic/python), [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 `meshtastic` to 2.7.9 - [Release notes](https://github.com/meshtastic/python/releases) - [Commits](https://github.com/meshtastic/python/compare/2.7.8...2.7.9) Updates `fastapi` to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.136.3) Updates `uvicorn` to 0.49.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.49.0) Updates `pytak` to 7.3.11 - [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.11) --- updated-dependencies: - dependency-name: meshtastic dependency-version: 2.7.9 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytak dependency-version: 7.3.11 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index fd907d6..fb5827d 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 +meshtastic>=2.7.9 +fastapi>=0.136.3 +uvicorn>=0.49.0 +pytak>=7.3.11