From 2625254e919ae19bf499950f8c13fd9c1a54046a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:18:40 +0000 Subject: [PATCH] Bump flask-mqtt from 1.1.1 to 1.3.0 Bumps [flask-mqtt](https://github.com/MrLeeh/Flask-MQTT) from 1.1.1 to 1.3.0. - [Release notes](https://github.com/MrLeeh/Flask-MQTT/releases) - [Changelog](https://github.com/stlehmann/Flask-MQTT/blob/master/CHANGELOG.md) - [Commits](https://github.com/MrLeeh/Flask-MQTT/compare/1.1.1...v1.3.0) --- updated-dependencies: - dependency-name: flask-mqtt dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c08e688..f40700f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ gunicorn==25.1.0 Flask>=2.0.3,<3.0.0 -Flask-MQTT==1.1.1 +Flask-MQTT==1.3.0 Flask-OAuthlib==0.9.6 Flask-SQLAlchemy>=3.0.0,<4.0.0 SQLAlchemy>=1.4.18,<3.0.0