From 84f7827ddb29e67eba527274184f538563fcfbb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:33:40 +0000 Subject: [PATCH] Update attrs requirement from <25.4,>=25.3 to >=25.3,<26.2 in /tools Updates the requirements on [attrs](https://github.com/python-attrs/attrs) to permit the latest version. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/25.3.0...26.1.0) --- updated-dependencies: - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 9a60701a..73522e80 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] # Sibling-package pins (dvp-libs, dvp-platform) are kept in sync via .bumpversion.cfg. dependencies = [ - "attrs >= 25.3, < 25.4", + "attrs >= 25.3, < 26.2", "certifi >= 2024, < 2025", "click == 7.1.2", "click-configfile == 0.2.3",