From 07f03fe7795f5288525befbff9da53e848e7c700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 03:39:24 +0000 Subject: [PATCH] Bump mcpm from 1.12.0 to 1.13.4 in the mcp-packages group Bumps the mcp-packages group with 1 update: [mcpm](https://github.com/pathintegral-institute/mcpm.sh). Updates `mcpm` from 1.12.0 to 1.13.4 - [Release notes](https://github.com/pathintegral-institute/mcpm.sh/releases) - [Changelog](https://github.com/pathintegral-institute/mcpm.sh/blob/main/CHANGELOG.md) - [Commits](https://github.com/pathintegral-institute/mcpm.sh/compare/v1.12.0...v1.13.4) --- updated-dependencies: - dependency-name: mcpm dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mcp-packages ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8dcd1b368..4a32aa7ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1552,7 +1552,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "platform_system == \"Windows\" or os_name == \"nt\" or sys_platform == \"win32\"", dev = "os_name == \"nt\"", runtime = "sys_platform == \"win32\"", test = "platform_system == \"Windows\" or sys_platform == \"win32\""} +markers = {main = "platform_system == \"Windows\" or sys_platform == \"win32\" or os_name == \"nt\"", dev = "os_name == \"nt\"", runtime = "sys_platform == \"win32\"", test = "platform_system == \"Windows\" or sys_platform == \"win32\""} [[package]] name = "comm" @@ -2993,7 +2993,7 @@ grpcio = {version = ">=1.49.1,<2.0.0", optional = true, markers = "python_versio grpcio-status = {version = ">=1.49.1,<2.0.0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""} proto-plus = [ {version = ">=1.25.0,<2.0.0", markers = "python_version >= \"3.13\""}, - {version = ">=1.22.3,<2.0.0"}, + {version = ">=1.22.3,<2.0.0", markers = "python_version < \"3.13\""}, ] protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<7.0.0" requests = ">=2.18.0,<3.0.0" @@ -3212,7 +3212,7 @@ google-auth = ">=2.14.1,<2.24.0 || >2.24.0,<2.25.0 || >2.25.0,<3.0.0" grpc-google-iam-v1 = ">=0.14.0,<1.0.0" proto-plus = [ {version = ">=1.25.0,<2.0.0", markers = "python_version >= \"3.13\""}, - {version = ">=1.22.3,<2.0.0", markers = "python_version < \"3.13\""}, + {version = ">=1.22.3,<2.0.0"}, ] protobuf = ">=3.20.2,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<7.0.0" @@ -5400,18 +5400,19 @@ ws = ["websockets (>=15.0.1)"] [[package]] name = "mcpm" -version = "1.12.0" +version = "1.13.4" description = "MCPM - Model Context Protocol Manager" optional = false -python-versions = ">=3.10" +python-versions = ">=3.11" groups = ["main"] files = [ - {file = "mcpm-1.12.0-py3-none-any.whl", hash = "sha256:ed3a87300420bcdb9cd12ef290179fda5bd51eb2f4cd3e793084d83eed91b249"}, - {file = "mcpm-1.12.0.tar.gz", hash = "sha256:e9d2b852b90d7fd62dede584f035dd6b2b3d068d233e96b82aead835f81a911a"}, + {file = "mcpm-1.13.4-py3-none-any.whl", hash = "sha256:25850eb940e89b1ee3be85b7c858d2847297492c5f480a5975a3c85348d98659"}, + {file = "mcpm-1.13.4.tar.gz", hash = "sha256:fa03bcf76e18e0663b1ebe04c9a1dc364847be0760fe9996aeba25745a9a51af"}, ] [package.dependencies] click = ">=8.1.3" +deprecated = ">=1.2.18" duckdb = ">=1.2.2" mcp = ">=1.8.0" prompt-toolkit = ">=3.0.0" @@ -11757,4 +11758,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12,<3.14" -content-hash = "eaa84e30dbafb061a75b4b173a8ba16542c4a03ab74583c55ab282cd6119e430" +content-hash = "9faab09abe70dae4ded318eabc05271fc53a372656b14c4828adc62c4371b70d" diff --git a/pyproject.toml b/pyproject.toml index 72c06c555..ce07e703a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ poetry = "^2.1.2" anyio = "4.9.0" pythonnet = "*" fastmcp = "^2.5.2" -mcpm = "1.12.0" +mcpm = "1.13.4" python-frontmatter = "^1.1.0" # TODO: Should these go into the runtime group? ipywidgets = "^8.1.5"