From 0e20baeaaf77fec49a92dfaf8a5526e62f18f47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:21:41 +0000 Subject: [PATCH] Update cattrs[pyyaml] requirement from <25 to <26 Updates the requirements on [cattrs[pyyaml]](https://github.com/python-attrs/cattrs) to permit the latest version. - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md) - [Commits](https://github.com/python-attrs/cattrs/compare/v0.2.0...v25.1.0) --- updated-dependencies: - dependency-name: cattrs[pyyaml] dependency-version: 25.1.0 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 6fa5581..0e818f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dynamic = [ "version", ] dependencies = [ - "cattrs[pyyaml]<25", + "cattrs[pyyaml]<26", "click<9", "colorlog<7", "hishel<0.2",