From fd5860684a9056bba6ddad3e57f8f21c1a8b3248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:55:35 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 7 updates Updates the requirements on [utilo](https://github.com/anaticulae/utilo), [iamraw](https://github.com/anaticulae/iamraw), [hoverpower](https://github.com/anaticulae/hoverpower), [utilotest](https://github.com/anaticulae/utilotest), [gennex](https://github.com/anaticulae/gennex), [camelot-py](https://github.com/camelot-dev/camelot) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `utilo` to 2.109.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.0...v2.109.1) Updates `iamraw` to 4.93.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.7...v4.93.0) Updates `hoverpower` to 1.5.2 - [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.1...v1.5.2) 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 `gennex` to 1.1.0 - [Release notes](https://github.com/anaticulae/gennex/releases) - [Changelog](https://github.com/anaticulae/gennex/blob/main/CHANGELOG) - [Commits](https://github.com/anaticulae/gennex/compare/v1.0.3...v1.1.0) Updates `camelot-py` to 2.0.0 - [Release notes](https://github.com/camelot-dev/camelot/releases) - [Changelog](https://github.com/camelot-dev/camelot/blob/master/CHANGELOG.md) - [Commits](https://github.com/camelot-dev/camelot/compare/v1.0.9...v2.0.0) 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.1 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: iamraw dependency-version: 4.93.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: hoverpower dependency-version: 1.5.2 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: utilotest dependency-version: 1.0.5 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: gennex dependency-version: 1.1.0 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: camelot-py dependency-version: 2.0.0 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f41d08..10a85b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ authors = [ dependencies = [ "pdfminer.six>=20260107,<20270000", "pillow>=12.3.0,<13.0.0", - "utilo>=2.109.0,<3.0.0", + "utilo>=2.109.1,<3.0.0", "configos>=1.0.4,<2.0.0", - "iamraw>=4.91.7,<5.0.0", + "iamraw>=4.93.0,<5.0.0", "protoerror>=3.20.2,<4.0.0", "ughost>=1.0.1,<2.0.0", "pdflog>=1.0.2,<2.0.0", @@ -33,14 +33,14 @@ content-type = "text/markdown" [project.optional-dependencies] dev = [ - "hoverpower>=1.5.1,<2.0.0", + "hoverpower>=1.5.2,<2.0.0", "jamer>=1.0.2,<2.0.0", - "utilotest>=1.0.4,<2.0.0", - "gennex>=1.0.3,<2.0.0", + "utilotest>=1.0.5,<2.0.0", + "gennex>=1.1.0,<2.0.0", "yamlfix>=1.19.1,<2.0.0", ] table = [ - "camelot_py>=1.0.9,<2.0.0", + "camelot_py>=2.0.0,<3.0.0", ] [project.urls] @@ -56,7 +56,7 @@ spacestation = "spacestation.cli:main" [build-system] requires = [ - "setuptools>=82.0.1", + "setuptools>=83.0.0", "wheel>=0.47.0", ] build-backend = "setuptools.build_meta"