From b25d86a466e46d9be19ac66b3ef918b99c79fd96 Mon Sep 17 00:00:00 2001 From: Jeff Culverhouse Date: Fri, 21 Feb 2025 15:49:26 -0500 Subject: [PATCH] update requirements --- VERSION | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index d17274b..de9bcdf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.99.3 +0.99.4 diff --git a/requirements.txt b/requirements.txt index 13bf3f4..4267cea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -amcrest==1.9.7 -paho-mqtt==1.6.1 -python-slugify==6.1.1 +amcrest>=1.9.7 +paho-mqtt>=1.6.1 +python-slugify>=6.1.1 setuptools>=70.0.0