From f0647582dc8d749aa4e9be3c16deccd062345847 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:41:10 +0000 Subject: [PATCH] chore(deps): update dependency lru-dict to v1.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5f53a3dc8..fd9241e402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires = [ "faster-eth-utils==5.3.18; platform_system != 'Linux' or platform_machine != 'i686'", "faster-eth-abi==5.2.20; platform_system != 'Linux' or platform_machine != 'i686'", "faster-hexbytes==1.3.4", - "lru-dict==1.3.0", + "lru-dict==1.4.1", "py-geth>=5.1.0; platform_system != 'Windows' and platform_machine != 'i686'", "websockets==15.0.1", ]