From 4d62db72ae1572095bb440eb2bb02103c320187e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 04:22:46 +0000 Subject: [PATCH] chore(deps-dev): bump build from 1.3.0 to 1.5.0 Bumps [build](https://github.com/pypa/build) from 1.3.0 to 1.5.0. - [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.5.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.0 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..3c1d81b7 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.5.0 bumpver==2025.1131