From 79ed3ddac13cc00079595a222270a4fcc459ee46 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 9 May 2025 22:52:40 -0400 Subject: [PATCH] Update `alarmdecoder` to `1.13.14` This PR updates `alarmdecoder` to `1.13.14`. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5345ec9..5d1b093 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ long_description_content_type="text/markdown", license="MIT", packages=["adext"], - install_requires=["alarmdecoder==1.13.13"], + install_requires=["alarmdecoder==1.13.14"], classifiers=[ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License",