From 554ea3d7f7598bee5c1f0fc6eee819b32a3dcc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 03:13:08 +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), [utilotest](https://github.com/anaticulae/utilotest), [ltk-data](https://github.com/anaticulae/ltk_data) and [scikit-learn](https://github.com/scikit-learn/scikit-learn) 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 `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 `ltk-data` to 1.1.0 - [Release notes](https://github.com/anaticulae/ltk_data/releases) - [Changelog](https://github.com/anaticulae/ltk_data/blob/main/CHANGELOG) - [Commits](https://github.com/anaticulae/ltk_data/compare/v1.0.2...v1.1.0) Updates `scikit-learn` to 1.9.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: utilo dependency-version: 2.109.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: ltk-data dependency-version: 1.1.0 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: scikit-learn dependency-version: 1.9.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 17e6cb9..9411acb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ { name = "Helmut Konrad Schewe", email = "helmutus@outlook.com" }, ] dependencies = [ - "utilo>=2.107.4,<3.0.0", + "utilo>=2.109.0,<3.0.0", "configos>=1.0.4,<2.0.0", "analp>=1.0.0,<2.0.0", ] @@ -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", ] view = [ "upainter>=1.0.0,<2.0.0", @@ -43,8 +43,8 @@ view = [ "Flask-Bootstrap>=3.3.7.1,<4.0.0", ] textbone = [ - "ltk_data>=1.0.2,<2.0.0", - "scikit_learn>=1.8.0,<2.0.0", + "ltk_data>=1.1.0,<2.0.0", + "scikit_learn>=1.9.0,<2.0.0", ] [project.urls]