From 769f46479b6af022dd9959071f0dea0ce9e27c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:33:26 +0000 Subject: [PATCH] build(deps-dev): bump build from 1.6.0 to 1.6.1 Bumps [build](https://github.com/pypa/build) from 1.6.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.6.0...1.6.1) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dadebdc1..e76f0db2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ build = [ "setuptools-scm==10.2.3", # For determining version ] sbom = ["cyclonedx-bom==7.3.1"] -wheel = ["build==1.6.0"] +wheel = ["build==1.6.1"] cve-audit = ["pip-audit==2.10.1"] [project.scripts]