Bump paho-mqtt client to version 2.1.0 (#136130)

* Bump paho-mqtt client to version 2.1.0

* Remove commented code

* Bump pyeconet==0.1.26

* Ensure types-paho-mqtt==1.6.0.20240321 is uninstalled if test requirements are updated

* Update roombapy dependency

* Remove pyeconet from exceptions list

* Revert changes to install test requirements task
This commit is contained in:
Jan Bouwhuis
2025-02-04 20:59:28 +01:00
committed by GitHub
parent 56e07efe31
commit 7fa6f7e875
10 changed files with 27 additions and 25 deletions

View File

@ -199,7 +199,6 @@ EXCEPTIONS = {
"pigpio", # https://github.com/joan2937/pigpio/pull/608
"pymitv", # MIT
"pybbox", # https://github.com/HydrelioxGitHub/pybbox/pull/5
"pyeconet", # https://github.com/w1ll1am23/pyeconet/pull/41
"pysabnzbd", # https://github.com/jeradM/pysabnzbd/pull/6
"pyvera", # https://github.com/maximvelichko/pyvera/pull/164
"repoze.lru",