From b3a762ad7511332bb321cf014fd239962fff3a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 02:44:23 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 7 updates Updates the requirements on [iamraw](https://github.com/anaticulae/iamraw), [utilo](https://github.com/anaticulae/utilo), [utilotest](https://github.com/anaticulae/utilotest), [hoverpower](https://github.com/anaticulae/hoverpower), [gennex](https://github.com/anaticulae/gennex), [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel) to permit the latest version. Updates `iamraw` to 4.94.1 - [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.91.7...v4.94.1) Updates `utilo` to 2.110.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.109.0...v2.110.0) Updates `utilotest` from 1.0.4 to 1.0.5 - [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.4...v1.0.5) Updates `hoverpower` from 1.5.1 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.1...v1.6.0) Updates `gennex` from 1.0.3 to 1.1.0 - [Release notes](https://github.com/anaticulae/gennex/releases) - [Changelog](https://github.com/anaticulae/gennex/blob/main/CHANGELOG) - [Commits](https://github.com/anaticulae/gennex/compare/v1.0.3...v1.1.0) 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/v82.0.1...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.94.1 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: utilo dependency-version: 2.110.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: utilotest dependency-version: 1.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: hoverpower dependency-version: 1.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: gennex dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d554ed8..85d4687 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ - "setuptools>=82.0.1", - "wheel>=0.47.0", + "setuptools>=84.0.0", + "wheel>=0.48.0", ] build-backend = "setuptools.build_meta" @@ -14,8 +14,8 @@ authors = [ { name = "Helmut Konrad Schewe", email = "helmutus@outlook.com" }, ] dependencies = [ - "iamraw>=4.91.7,<5.0.0", - "utilo>=2.109.0,<3.0.0", + "iamraw>=4.94.1,<5.0.0", + "utilo>=2.110.0,<3.0.0", "configos>=1.0.4,<2.0.0", "elementae>=1.0.1,<2.0.0", ] @@ -37,9 +37,9 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ "pagenumber>=1.0.0,<2.0.0", - "utilotest==1.0.4", - "hoverpower==1.5.1", - "gennex==1.0.3", + "utilotest==1.0.5", + "hoverpower==1.6.0", + "gennex==1.1.0", "rawmaker>=2.40.5,<3.0.0", "pdflog>=1.0.2,<2.0.0", "ibidem>=1.0.2,<2.0.0",