From eb66a6ab63ee84568ef04e1073907bc7fcf5ecc5 Mon Sep 17 00:00:00 2001 From: Richard Holmes Date: Sun, 29 Oct 2023 19:48:35 +0000 Subject: [PATCH] Fix issue with Release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96d7ce9..283a7c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] keywords = ["Mastertherm heatpump", "api", "client"] -dependencies = ["aiohttp >= 3.8.1", "natsort>=8.0.0"] +dependencies = ["aiohttp >= 3.8.4", "natsort>=8.3.1"] requires-python = ">=3.9,<3.12" [project.optional-dependencies]