From 37a907b43dd25808b7fcca64c9b3a5a04dde57ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:56:26 +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 3d18d384..67d4d8ec 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" ]