From 50f8f677e9252be7dfa0c97e038d0fff7ba57aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 06:34:12 +0000 Subject: [PATCH] Bump paho-mqtt from 1.1 to 1.6.1 Bumps [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) from 1.1 to 1.6.1. - [Release notes](https://github.com/eclipse/paho.mqtt.python/releases) - [Changelog](https://github.com/eclipse/paho.mqtt.python/blob/master/ChangeLog.txt) - [Commits](https://github.com/eclipse/paho.mqtt.python/compare/v1.1...v1.6.1) --- updated-dependencies: - dependency-name: paho-mqtt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 687c32c..2fc2141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ ipwhois = "1.2.0" logutils = "0.3.3" lxml = "4.6.3" musicbrainzngs = "0.7" -paho-mqtt = "1.1" +paho-mqtt = "1.6.1" profilehooks = "1.12.0" psutil = "5.8.0" pulsectl = "21.10.5"