From 02d141fae02691789309d45e9cea3847eea5d19e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 01:43:14 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 4 updates Updates the requirements on [iamraw](https://github.com/anaticulae/iamraw), [hoverpower](https://github.com/anaticulae/hoverpower), [rawmaker](https://github.com/anaticulae/rawmaker) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `iamraw` to 4.91.7 - [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.5...v4.91.7) Updates `hoverpower` from 1.4.3 to 1.5.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.4.3...v1.5.1) Updates `rawmaker` from 2.40.3 to 2.40.5 - [Release notes](https://github.com/anaticulae/rawmaker/releases) - [Changelog](https://github.com/anaticulae/rawmaker/blob/main/CHANGELOG) - [Commits](https://github.com/anaticulae/rawmaker/compare/v2.40.3...v2.40.5) Updates `setuptools` to 83.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...v83.0.0) --- updated-dependencies: - dependency-name: iamraw dependency-version: 4.91.7 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: hoverpower dependency-version: 1.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rawmaker dependency-version: 2.40.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ba734e..ad4b983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools>=82.0.1", + "setuptools>=83.0.0", "wheel>=0.47.0", ] build-backend = "setuptools.build_meta" @@ -14,7 +14,7 @@ authors = [ { name = "Helmut Konrad Schewe", email = "helmutus@outlook.com" }, ] dependencies = [ - "iamraw>=4.91.5,<5.0.0", + "iamraw>=4.91.7,<5.0.0", "utilo>=2.109.0,<3.0.0", "configos>=1.0.4,<2.0.0", "konradus>=1.0.1,<2.0.0", @@ -37,9 +37,9 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ "utilotest>=1.0.4,<2.0.0", - "hoverpower==1.4.3", + "hoverpower==1.5.1", "gennex==1.0.3", - "rawmaker==2.40.3", + "rawmaker==2.40.5", "pagenumber==1.0.0", ]