From 5b8545e62c11ae18d0030dfa4f90bc1127ba8574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:24:58 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 5 updates Updates the requirements on [iamraw](https://github.com/anaticulae/iamraw), [utilo](https://github.com/anaticulae/utilo), [hoverpower](https://github.com/anaticulae/hoverpower), [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.1 - [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.1) Updates `hoverpower` to 1.6.1 - [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.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.1 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: hoverpower dependency-version: 1.6.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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a3b169..d42268c 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.1,<3.0.0", ] keywords = [] classifiers = [ @@ -29,7 +29,7 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "hoverpower>=1.5.2,<2.0.0", + "hoverpower>=1.6.1,<2.0.0", "upainter>=1.0.0,<2.0.0", "utilotest>=1.0.5,<2.0.0", ] @@ -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"