From f1e83f7166ef1483a7688755e0b2d19059bf0eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:45 +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 f9e28294..0516c436 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,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'