From 966e87605b8b2312c14e38abcb537c2a0e01cea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:34:29 +0000 Subject: [PATCH] chore(pricing-mcp): update cachetools requirement 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/v7.1.4...v7.1.7) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/mcp-servers/azure-pricing/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mcp-servers/azure-pricing/pyproject.toml b/tools/mcp-servers/azure-pricing/pyproject.toml index a387158e..ad20cd7d 100644 --- a/tools/mcp-servers/azure-pricing/pyproject.toml +++ b/tools/mcp-servers/azure-pricing/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "mcp>=1.27.0,<1.29.0", "aiohttp>=3.14.3", "pydantic>=2.13.4", - "cachetools>=7.1.4", + "cachetools>=7.1.7", ] [project.optional-dependencies]