From 508baeb52b83c5c36e0889c5828e597aaa71e2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:24:09 +0000 Subject: [PATCH] chore(deps): bump build from 1.5.1 to 1.6.1 Bumps [build](https://github.com/pypa/build) from 1.5.1 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.5.1...1.6.1) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2720b3..6fc0805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] license = { file = "LICENSE" } dependencies = [ - "build==1.5.1", + "build==1.6.1", "pyinfra==3.10.0", "pytest==9.1.1", "requests",