From ee572b94be994a2aed63dde81a675a6638cf8626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:14:42 +0000 Subject: [PATCH] Chore(deps): Update attrs requirement from <26 to <27 Updates the requirements on [attrs](https://github.com/sponsors/hynek) to permit the latest version. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs 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 8b78f03..db1e4b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ dynamic = [ "version", ] dependencies = [ - "attrs<26", + "attrs<27", "backports-strenum<1.3; python_version<'3.11'", "cattrs<26", "importlib-resources<6.5; python_version<'3.10'",