From ac988eef1142e82659040b2b9b3025d9f04f4556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:34:34 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 6 updates Updates the requirements on [utilo](https://github.com/anaticulae/utilo), [iamraw](https://github.com/anaticulae/iamraw), [utilotest](https://github.com/anaticulae/utilotest), [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 `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 `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.92.0...v4.95.0) Updates `utilotest` 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` 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/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: utilo dependency-version: 2.110.1 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: iamraw dependency-version: 4.95.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: utilotest dependency-version: 1.0.5 dependency-type: direct:development 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0326eba..1d597d7 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 = [ - "utilo>=2.109.1,<3.0.0", - "iamraw>=4.92.0,<5.0.0", + "utilo>=2.110.1,<3.0.0", + "iamraw>=4.95.0,<5.0.0", "protoerror>=3.20.2,<4.0.0", "resinf>=1.0.4,<2.0.0", "pdflog>=1.0.2,<2.0.0", @@ -37,8 +37,8 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "utilotest>=1.0.4,<2.0.0", - "hoverpower>=1.5.2,<2.0.0", + "utilotest>=1.0.5,<2.0.0", + "hoverpower>=1.6.1,<2.0.0", "mundare>=1.0.2,<2.0.0", ]