From d7388d622f87aa8a5cb006e217199c6295ca49fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:56:11 +0000 Subject: [PATCH] chore(deps)(deps-dev): update build requirement from >=1.3.0 to >=1.4.3 Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version. - [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.4.3) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d48819..ea8f2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "bandit>=1.9.0", "black>=25.11.0", "isort>=7.0.0", - "build>=1.3.0", + "build>=1.4.3", "twine>=6.2.0", "pip-audit>=2.10.0", "markdown>=3.10",