From 989e55753106dde61da4574526dd6223df847053 Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Mon, 23 Jun 2025 13:33:48 +0100 Subject: [PATCH] update `waterEntropy` dependency within `pyproject.toml` to latest version `v1.1.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63e307f..fa560b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "PyYAML==6.0.2", "python-json-logger==3.3.0", "tabulate==0.9.0", - "waterEntropy==1.0.3" + "waterEntropy==1.1.0" ] [project.urls]