From e380fa2b70dc6be9e1c4300b70de81681d4813ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 04:42:36 +0000 Subject: [PATCH] chore(deps-dev): bump attrs from 25.3.0 to 26.1.0 Bumps [attrs](https://github.com/python-attrs/attrs) from 25.3.0 to 26.1.0. - [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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b150d558..216e16a5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ async-generator==1.10 ; python_version >= '3.5' asyncmock==0.4.2 -attrs==25.3.0 ; python_version >= '3.7' +attrs==26.1.0 ; python_version >= '3.7' azure-core==1.41.0 ; python_version >= '3.7'