From 0193598a1a0e47fe845b8b304d592a4be740e9c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:24:48 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 8 updates Updates the requirements on [utilo](https://github.com/anaticulae/utilo), [opencv-python-headless](https://github.com/opencv/opencv-python), [iamraw](https://github.com/anaticulae/iamraw), [pillow](https://github.com/python-pillow/Pillow), [utilotest](https://github.com/anaticulae/utilotest), [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 `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.5...v2.109.0) Updates `opencv-python-headless` to 5.0.0.93 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) 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 `pillow` to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.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 `hoverpower` from 1.2.0 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.2.0...v1.5.1) Updates `rawmaker` 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: utilo dependency-version: 2.109.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: opencv-python-headless dependency-version: 5.0.0.93 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: pillow dependency-version: 12.3.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: 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 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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index abd64d6..f4c3abc 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,12 +14,12 @@ authors = [ { name = "Helmut Konrad Schewe", email = "helmutus@outlook.com" }, ] dependencies = [ - "utilo>=2.107.5,<3.0.0", + "utilo>=2.109.0,<3.0.0", "configos>=1.0.4,<2.0.0", - "opencv_python_headless>=4.13.0,<6.0.0", + "opencv_python_headless>=5.0.0.93,<6.0.0", "ughost>=1.0.1,<2.0.0", - "iamraw>=4.91.4,<5.0.0", - "Pillow>=12.2.0,<14.0.0", + "iamraw>=4.92.0,<5.0.0", + "Pillow>=12.3.0,<14.0.0", ] keywords = [] classifiers = [ @@ -38,9 +38,9 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "utilotest>=1.0.1,<2.0.0", - "hoverpower==1.2.0", - "rawmaker>=2.40.3,<3.0.0", + "utilotest>=1.0.4,<2.0.0", + "hoverpower==1.5.1", + "rawmaker>=2.40.5,<3.0.0", ] [project.urls]