From eba0f0d6874349beaee0170be1f1ab057b6cbaff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:46:48 +0000 Subject: [PATCH] build(deps-dev): Update mypy requirement in /mcp/azure-pricing-mcp Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.20.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development ... 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..b7fcb14 --- a/mcp/azure-pricing-mcp/pyproject.toml +++ b/mcp/azure-pricing-mcp/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "pytest-asyncio>=1.0.0", "pytest-mock>=3.14.0", "black>=24.10.0", - "mypy>=1.14.0", + "mypy>=1.20.1", "ruff>=0.9.0", "pre-commit>=4.0.0", "bandit>=1.8.0",