From 162ac3a3de59a0dfe94384cc3542eec1f1c09783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:07:05 +0000 Subject: [PATCH] chore: update hmr requirement from ~=0.7.0 to ~=0.7.6 in /examples/demo Updates the requirements on [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/commits) --- updated-dependencies: - dependency-name: hmr dependency-version: 0.7.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/demo/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo/pyproject.toml b/examples/demo/pyproject.toml index d7bda6d..c654f2c 100644 --- a/examples/demo/pyproject.toml +++ b/examples/demo/pyproject.toml @@ -4,7 +4,7 @@ version = "0" requires-python = ">=3.12" dependencies = [ "rich~=14.3.3", - "hmr~=0.7.0", + "hmr~=0.7.6", ] [tool.uv]