From 2460aa6d02a471040b7a77b535fc802dfbae570f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 05:08:16 +0000 Subject: [PATCH] chore(deps): Update fastmcp requirement in /mcp/shopping_tool Updates the requirements on [fastmcp](https://github.com/PrefectHQ/fastmcp) to permit the latest version. - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v3.4.0...v3.4.2) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mcp/shopping_tool/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/shopping_tool/pyproject.toml b/mcp/shopping_tool/pyproject.toml index 387317d1..0c8d5bbb 100644 --- a/mcp/shopping_tool/pyproject.toml +++ b/mcp/shopping_tool/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10" dependencies = [ "google-search-results>=2.4.2", "requests>=2.34.2", - "fastmcp>=3.4.0", # Indirect; prevents CVE-2026-32871 + "fastmcp>=3.4.2", # Indirect; prevents CVE-2026-32871 ] [tool.setuptools]