From aba7dafdfa5673d51e7f261a87745316a950e0b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:25:32 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 3 updates Updates the requirements on [utilo](https://github.com/anaticulae/utilo), [utilotest](https://github.com/anaticulae/utilotest) and [hoverpower](https://github.com/anaticulae/hoverpower) to permit the latest version. Updates `utilo` to 2.109.0 - [Release notes](https://github.com/anaticulae/utilo/releases) - [Changelog](https://github.com/anaticulae/utilo/blob/main/CHANGELOG) - [Commits](https://github.com/anaticulae/utilo/compare/v2.107.5...v2.109.0) Updates `utilotest` to 1.0.4 - [Release notes](https://github.com/anaticulae/utilotest/releases) - [Changelog](https://github.com/anaticulae/utilotest/blob/main/CHANGELOG) - [Commits](https://github.com/anaticulae/utilotest/compare/v1.0.3...v1.0.4) Updates `hoverpower` to 1.4.2 - [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.1.0...v1.4.2) --- updated-dependencies: - dependency-name: utilo dependency-version: 2.109.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: utilotest dependency-version: 1.0.4 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: hoverpower dependency-version: 1.4.2 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index afe8021..b02831e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] dependencies = [ - "utilo>=2.107.5,<3.0.0", + "utilo>=2.109.0,<3.0.0", "iamraw>=4.91.4,<5.0.0", "Pillow>=12.2.0,<13.0.0", "pdflog>=1.0.2,<2.0.0", @@ -27,8 +27,8 @@ license-files = ["LICENSE"] [project.optional-dependencies] dev = [ - "utilotest>=1.0.3,<2.0.0", - "hoverpower>=1.1.0,<2.0.0", + "utilotest>=1.0.4,<2.0.0", + "hoverpower>=1.4.2,<2.0.0", "upainter>=1.0.0,<2.0.0", ]