From 1c0fbeaf8e969b82644ab6ae27f2fa85e6041673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:47:55 +0000 Subject: [PATCH] chore(deps): bump fastmcp from 2.12.2 to 2.13.0 in /tests 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] --- tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index 3d18d38..67d4d8e 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.13" license = "UPL-1.0" license-files = ["LICENSE.txt"] dependencies = [ - "fastmcp==2.12.2", + "fastmcp==2.13.0", "oci==2.160.0" ]