From 042527d9ed54f007fe2e7756aedf3e533abb9ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:05:37 +0000 Subject: [PATCH] Chore(deps): Update cattrs requirement from <26 to <27 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/v0.2.0...v26.1.0) --- updated-dependencies: - dependency-name: cattrs dependency-version: 26.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 68b19ec..297313d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ dynamic = [ dependencies = [ "attrs<27", "backports-strenum<1.3; python_version<'3.11'", - "cattrs<26", + "cattrs<27", "importlib-resources<6.5; python_version<'3.10'", "python-dateutil<3", "simplejson<5",