From 58350a32dace34c8006a08f82472d98d6b8667ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 04:34:10 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 4 updates Updates the requirements on [utilo](https://github.com/anaticulae/utilo), [iamraw](https://github.com/anaticulae/iamraw), [utilotest](https://github.com/anaticulae/utilotest) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `utilo` to 2.109.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.107.4...v2.109.0) Updates `iamraw` to 4.92.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.91.4...v4.92.0) Updates `utilotest` to 1.0.4 - [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.1...v1.0.4) 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: utilo dependency-version: 2.109.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: iamraw dependency-version: 4.92.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: utilotest dependency-version: 1.0.4 dependency-type: direct:development 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 e9f650e..1195cbe 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,8 +14,8 @@ authors = [ { name = "Helmut Konrad Schewe", email = "helmutus@outlook.com" }, ] dependencies = [ - "utilo>=2.107.4,<3.0.0", - "iamraw>=4.91.4,<5.0.0", + "utilo>=2.109.0,<3.0.0", + "iamraw>=4.92.0,<5.0.0", "configos>=1.0.4,<2.0.0", ] keywords = [] @@ -35,7 +35,7 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "utilotest>=1.0.1,<2.0.0", + "utilotest>=1.0.4,<2.0.0", ] [project.urls]