From 8e0216a458f28fc1a2e4758fd44eab110262b619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:00:57 +0000 Subject: [PATCH] chore(deps): update paho-mqtt requirement from >=1.6.1 to >=2.1.0 Updates the requirements on [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) to permit the latest version. - [Release notes](https://github.com/eclipse/paho.mqtt.python/releases) - [Changelog](https://github.com/eclipse-paho/paho.mqtt.python/blob/master/ChangeLog.txt) - [Commits](https://github.com/eclipse/paho.mqtt.python/compare/v1.6.1...v2.1.0) --- updated-dependencies: - dependency-name: paho-mqtt dependency-version: 2.1.0 dependency-type: direct:production ... 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 e2c9f63..6ee4ae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "langchain-text-splitters>=1.1.2,<2.0.0", "langchain-community>=0.4.2,<1.0.0", "langgraph>=0.2.0,<1.0.0", - "paho-mqtt>=1.6.1", + "paho-mqtt>=2.1.0", "coastal-alpine-core @ git+https://github.com/fivepanelhat/Coastal-Alpine-Core.git", ] diff --git a/requirements.txt b/requirements.txt index f47bfa3..eec03e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ langchain-text-splitters>=1.1.2,<2.0.0 langchain-community>=0.4.2,<1.0.0 langgraph>=0.2.0,<1.0.0 coastal-alpine-core @ git+https://github.com/fivepanelhat/coastal-alpine-core.git -paho-mqtt>=1.6.1 +paho-mqtt>=2.1.0