From 53645cbe2476023778be4f383eee36b5ab93b07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 09:03:43 +0000 Subject: [PATCH] Update cattrs requirement from ~=25.2.0 to >=25.2,<25.4 Updates the requirements on [cattrs](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/v25.2.0...v25.3.0) --- updated-dependencies: - dependency-name: cattrs dependency-version: 25.3.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 28c0d1d..2548447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "tomli ~= 2.0; python_version<'3.11'", "python-box[] ~= 7.2", "attrs ~= 25.3.0", - "cattrs ~= 25.2.0", + "cattrs >= 25.2,< 25.4", "attrs_strict ~= 1.0.1", "pathvalidate ~= 3.3.1", "click ~= 8.2.1",