From f2e23231530c52c5f8499ae844b0e07fddb2d819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:46:28 +0000 Subject: [PATCH] build(deps-dev): Update pre-commit requirement in /mcp/azure-pricing-mcp Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.0...v4.5.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.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..7b1ad20 --- a/mcp/azure-pricing-mcp/pyproject.toml +++ b/mcp/azure-pricing-mcp/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "black>=24.10.0", "mypy>=1.14.0", "ruff>=0.9.0", - "pre-commit>=4.0.0", + "pre-commit>=4.5.1", "bandit>=1.8.0", ]