From 4c3d16e127029948c660cc4f0dbfcffb650ee74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:29:18 +0000 Subject: [PATCH] Update paho-mqtt requirement from >=2.0.0 to >=2.1.0 in /replayer 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/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: paho-mqtt dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- replayer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replayer/requirements.txt b/replayer/requirements.txt index c093fee..47e04f6 100644 --- a/replayer/requirements.txt +++ b/replayer/requirements.txt @@ -5,7 +5,7 @@ nuscenes-devkit>=1.1.11 # MQTT client for publishing sensor data -paho-mqtt>=2.0.0 +paho-mqtt>=2.1.0 # Numerical computation for LiDAR point cloud numpy>=1.24.0