From 830c03b4d9b29a2318b4e2fd43f2e2765d401497 Mon Sep 17 00:00:00 2001 From: Felix Date: Fri, 30 Aug 2024 09:11:45 +0200 Subject: [PATCH] Update pyproject.toml solve version missmatch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f104449..a3ab208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.7.2, <4.0.0" +python = ">=3.9, <4.0.0" paho-mqtt = ">=1.5.0, <2.0.0" dash = ">=2.9.0, <3.0.0" dash-daq = "^0.5.0"