From 18ec9bbd1db67e08194ab0a6875b01201afcbf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:23:32 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 6 updates Updates the requirements on [iamraw](https://github.com/anaticulae/iamraw), [utilo](https://github.com/anaticulae/utilo), [hoverpower](https://github.com/anaticulae/hoverpower), [utilotest](https://github.com/anaticulae/utilotest), [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel) to permit the latest version. Updates `iamraw` to 4.95.0 - [Release notes](https://github.com/anaticulae/iamraw/releases) - [Changelog](https://github.com/anaticulae/iamraw/blob/main/CHANGELOG) - [Commits](https://github.com/anaticulae/iamraw/compare/v4.93.0...v4.95.0) Updates `utilo` to 2.110.2 - [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.109.1...v2.110.2) Updates `hoverpower` to 1.7.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.7.0) Updates `utilotest` to 1.1.1 - [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.5...v1.1.1) Updates `setuptools` to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v83.0.0...v84.0.0) Updates `wheel` to 0.48.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.47.0...0.48.0) --- updated-dependencies: - dependency-name: iamraw dependency-version: 4.95.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: utilo dependency-version: 2.110.2 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: hoverpower dependency-version: 1.7.0 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: utilotest dependency-version: 1.1.1 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: wheel dependency-version: 0.48.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a3b169..9ead16d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ authors = [ { name = "Helmut Konrad Schewe", email = "helmutus@outlook.com" }, ] dependencies = [ - "iamraw>=4.93.0,<5.0.0", + "iamraw>=4.95.0,<5.0.0", "pdflog>=1.0.2,<2.0.0", "pillow>=12.3.0,<13.0.0", - "utilo>=2.109.1,<3.0.0", + "utilo>=2.110.2,<3.0.0", ] keywords = [] classifiers = [ @@ -29,9 +29,9 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "hoverpower>=1.5.2,<2.0.0", + "hoverpower>=1.7.0,<2.0.0", "upainter>=1.0.0,<2.0.0", - "utilotest>=1.0.5,<2.0.0", + "utilotest>=1.1.1,<2.0.0", ] [project.urls] @@ -43,8 +43,8 @@ ughost = "ughost.cli:main" [build-system] requires = [ - "setuptools>=83.0.0", - "wheel>=0.47.0", + "setuptools>=84.0.0", + "wheel>=0.48.0", ] build-backend = "setuptools.build_meta"