From 5c6c1520a3977698b1b20708a1567ce36faca074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 17:32:40 +0000 Subject: [PATCH] build(deps): update cachetools requirement from <6.0,>=5.3 to >=5.3,<8.0 Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.3.0...v7.0.5) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a956703..3545546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "uvicorn[standard]>=0.30.0,<1.0", "bitcoinlib-rpc>=0.1.0", "pydantic-settings>=2.0,<3.0", - "cachetools>=5.3,<6.0", + "cachetools>=5.3,<8.0", "requests>=2.28.0,<3.0", "prometheus-client>=0.20.0,<1.0", ]