From d0ed217a8bfe2e7c65e126c2c2e0c71f40b8acd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 20:04:25 +0000 Subject: [PATCH] deps: update utilo requirement from <3.0.0,>=2.107.3 to >=2.107.5,<3.0.0 Updates the requirements on [utilo](https://github.com/anaticulae/utilo) to permit the latest version. - [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.3...v2.107.5) --- updated-dependencies: - dependency-name: utilo dependency-version: 2.107.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3df064a..df18bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] dependencies = [ - "utilo>=2.107.3,<3.0.0", + "utilo>=2.107.5,<3.0.0", "configos>=1.0.4,<3.0.0", "cryptography>=38.0.3,<39.0.0",