From 913f08fdc5390ac558c00ab68fd7219684916b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 22:41:45 +0000 Subject: [PATCH] chore(deps-dev): bump build from 1.3.0 to 1.6.1 Bumps [build](https://github.com/pypa/build) from 1.3.0 to 1.6.1. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.3.0...1.6.1) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.1 dependency-type: direct:development update-type: version-update:semver-minor ... 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 d108450a..a17a977a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ azure-core==1.41.0 ; python_version >= '3.7' azure-identity==1.24.0 -build==1.3.0 +build==1.6.1 bumpver==2025.1131