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", ]