From a5bc826a7640b5ba915b3853259322cf0b93b77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:25:55 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 3 updates Updates the requirements on [utilo](https://github.com/anaticulae/utilo), [iamraw](https://github.com/anaticulae/iamraw) and [utilotest](https://github.com/anaticulae/utilotest) 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.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.4...v4.91.7) 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.2...v1.0.4) --- updated-dependencies: - dependency-name: utilo dependency-version: 2.109.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: iamraw dependency-version: 4.91.7 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: utilotest dependency-version: 1.0.4 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9987dee..6f5cee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ authors = [ dependencies = [ # internal requirements - "utilo>=2.107.4,<3.0.0", - "iamraw>=4.91.4,<5.0.0", + "utilo>=2.109.0,<3.0.0", + "iamraw>=4.91.7,<5.0.0", "configos>=1.0.4,<2.0.0", # external requirements # template engine @@ -30,7 +30,7 @@ license-files = ["LICENSE"] [project.optional-dependencies] dev = [ - "utilotest>=1.0.2,<2.0.0", + "utilotest>=1.0.4,<2.0.0", "utilosafe>=1.0.0,<2.0.0", ]