From 973ec851070700489fa5a764255f512418dbb634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 16:35:27 +0000 Subject: [PATCH] chore(deps): bump fastmcp in /src/oci-cloud-guard-mcp-server Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.12.2 to 2.13.0. - [Release notes](https://github.com/jlowin/fastmcp/releases) - [Changelog](https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/jlowin/fastmcp/compare/v2.12.2...v2.13.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/oci-cloud-guard-mcp-server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oci-cloud-guard-mcp-server/pyproject.toml b/src/oci-cloud-guard-mcp-server/pyproject.toml index 0e8dadc..580e32b 100644 --- a/src/oci-cloud-guard-mcp-server/pyproject.toml +++ b/src/oci-cloud-guard-mcp-server/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Oracle MCP", email = "237432095+oracle-mcp@users.noreply.github.com"}, ] dependencies = [ - "fastmcp==2.12.2", + "fastmcp==2.13.0", "oci==2.160.0", "pydantic==2.12.3" ]