From 113483be89ac91271f790b21a4ea25c3c39847ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:24:48 +0000 Subject: [PATCH] deps(dependabot): update hoverpower requirement Updates the requirements on [hoverpower](https://github.com/anaticulae/hoverpower) to permit the latest version. Updates `hoverpower` to 1.6.0 - [Release notes](https://github.com/anaticulae/hoverpower/releases) - [Changelog](https://github.com/anaticulae/hoverpower/blob/main/CHANGELOG) - [Commits](https://github.com/anaticulae/hoverpower/compare/v1.5.2...v1.6.0) --- updated-dependencies: - dependency-name: hoverpower dependency-version: 1.6.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a3b169..1944b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "hoverpower>=1.5.2,<2.0.0", + "hoverpower>=1.6.0,<2.0.0", "upainter>=1.0.0,<2.0.0", "utilotest>=1.0.5,<2.0.0", ]