From 2c83d498aa447ea13496b7a43990ca8adad98091 Mon Sep 17 00:00:00 2001 From: Alessandro Vendruscolo Date: Tue, 25 Jul 2023 10:27:20 +0200 Subject: [PATCH] Update lru-dict to 1.2.0 to match HA --- modules/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pyproject.toml b/modules/pyproject.toml index 9724f82b..947af154 100644 --- a/modules/pyproject.toml +++ b/modules/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "bitarray>=2.1.2", "delfick_project==0.7.9", "kdtree==0.16", - "lru-dict==1.1.8", + "lru-dict==1.2.0", "python-dateutil>=2.8.1", "rainbow_logging_handler==2.2.2", "ruyaml==0.91.0",