From 12d6f9a831a61a4ca845883203a4aa15b2d6007f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:28:27 +0000 Subject: [PATCH] chore(deps-dev): bump build from 1.2.2.post1 to 1.3.0 Bumps [build](https://github.com/pypa/build) from 1.2.2.post1 to 1.3.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.2.2.post1...1.3.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.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 16bf3a95..14b4ce5d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ azure-core==1.35.0 ; python_version >= '3.7' azure-identity==1.23.1 -build==1.2.2.post1 +build==1.3.0 bumpver==2025.1131