From cb385b82774acb6ccc2826203296accce2566fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 11:56:48 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 6 updates Updates the requirements on [germania](https://github.com/anaticulae/germania), [iamraw](https://github.com/anaticulae/iamraw), [utilo](https://github.com/anaticulae/utilo), [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 `germania` to 1.32.2 - [Release notes](https://github.com/anaticulae/germania/releases) - [Changelog](https://github.com/anaticulae/germania/blob/main/CHANGELOG) - [Commits](https://github.com/anaticulae/germania/compare/v1.32.1...v1.32.2) 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.93.0...v4.95.0) 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 `hoverpower` from 1.6.0 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.6.0...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/v83.0.0...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: germania dependency-version: 1.32.2 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: utilo dependency-version: 2.110.1 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: hoverpower dependency-version: 1.6.1 dependency-type: direct:development update-type: version-update:semver-patch 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 feeeadd..2eab6dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ - "setuptools>=83.0.0", - "wheel>=0.47.0", + "setuptools>=84.0.0", + "wheel>=0.48.0", ] build-backend = "setuptools.build_meta" @@ -16,9 +16,9 @@ authors = [ dependencies = [ "bibliographia>=1.0.1,<2.0.0", "configos>=1.0.4,<2.0.0", - "germania>=1.32.1,<2.0.0", - "iamraw>=4.93.0,<5.0.0", - "utilo>=2.109.1,<3.0.0", + "germania>=1.32.2,<2.0.0", + "iamraw>=4.95.0,<5.0.0", + "utilo>=2.110.1,<3.0.0", "verbo>=1.23.4,<2.0.0", ] keywords = [] @@ -39,7 +39,7 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ "gennex==1.1.0", - "hoverpower==1.6.0", + "hoverpower==1.6.1", "indicibus==1.0.2", "rawmaker==2.40.5", "titulum==1.0.2",