From ab7beabcbc387717e1f2fae740e4b144e7133091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:46:40 +0000 Subject: [PATCH] build(deps): Update cachetools requirement in /mcp/azure-pricing-mcp 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.5.0...v7.0.5) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mcp/azure-pricing-mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 mcp/azure-pricing-mcp/pyproject.toml diff --git a/mcp/azure-pricing-mcp/pyproject.toml b/mcp/azure-pricing-mcp/pyproject.toml old mode 100755 new mode 100644 index e1bd445..f3e1c85 --- a/mcp/azure-pricing-mcp/pyproject.toml +++ b/mcp/azure-pricing-mcp/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "mcp>=1.8.0", "aiohttp>=3.11.0", "pydantic>=2.10.0", - "cachetools>=5.5.0", + "cachetools>=7.0.5", "uvicorn>=0.34.0", "starlette>=0.45.0", "sse-starlette>=2.2.0",