From 2debd4be9352c4998481dca794eed72ae161b5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:10:22 +0000 Subject: [PATCH] chore(deps-dev): update mcp-hmr requirement from >=0.0.2.1 to >=0.0.3.5 Updates the requirements on [mcp-hmr](https://github.com/promplate/hmr) to permit the latest version. - [Release notes](https://github.com/promplate/hmr/releases) - [Commits](https://github.com/promplate/hmr/compare/mcp-hmr/v0.0.2.1...mcp-hmr/v0.0.3.5) --- updated-dependencies: - dependency-name: mcp-hmr dependency-version: 0.0.3.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07cc816..318ab80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,5 +39,5 @@ reportUnnecessaryTypeIgnoreComment = "error" [dependency-groups] dev = [ - "mcp-hmr>=0.0.2.1", + "mcp-hmr>=0.0.3.5", ]