From 652b0a190f6fe445e91b673c5e5317f41a0d0fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 00:52:10 +0000 Subject: [PATCH] :arrow_up: Update build requirement from <1.3,>=0.10 to >=0.10,<1.4 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/0.10.0...1.3.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46f7631ed..869025303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ docs = [ build = [ "twine>=5.1.1,<7.0.0", "wheel>=0.40,<0.46", - "build>=0.10,<1.3" + "build>=0.10,<1.4" ] [tool.bandit]