diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bb5d14b..f44b5690 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,4 +21,4 @@ repos: - bluetooth-numbers>=1.0,<2.0 - importlib-metadata - paho-mqtt>=1.6.1 - - TheengsDecoder>=1.4.2 + - TheengsDecoder>=1.5.0 diff --git a/setup.py b/setup.py index 8abe963a..0ca06016 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ "bluetooth-numbers>=1.0,<2.0", "importlib-metadata", "paho-mqtt>=1.6.1", - "TheengsDecoder>=1.4.2", + "TheengsDecoder>=1.5.0", ], )