From ff1cf8208770b84346c4dec75a14bc1952d2f3ce Mon Sep 17 00:00:00 2001 From: Florian <1technophile@users.noreply.github.com> Date: Sat, 10 Jun 2023 18:42:12 -0500 Subject: [PATCH] Bump TheengsDecoder to 150 --- .pre-commit-config.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", ], )