From a33e8cf8a51155cfebb75f4079b98e22b3d669cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:08:43 +0000 Subject: [PATCH] Bump build from 1.2.2 to 1.5.0 Bumps [build](https://github.com/pypa/build) from 1.2.2 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.2.2...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b872a7c8..ac5be99d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ build = [ "setuptools-scm==10.0.5", # For determining version ] sbom = ["cyclonedx-bom==7.3.0"] -wheel = ["build==1.2.2"] +wheel = ["build==1.5.0"] [project.scripts] dfetch = "dfetch.__main__:main"