From ba7bc6ca83fe7de1162577de3cef54f4a08f0745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:31:28 +0000 Subject: [PATCH] chore(deps-dev): update build requirement from <2,>=1 to >=1.5.0,<2 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.0.0...1.5.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.0 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 fbd816d..bf4c47d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "pytest>=7", "import-linter>=2.0,<3", "ruff>=0.4", - "build>=1,<2", + "build>=1.5.0,<2", "twine>=5,<7", "tomli>=2; python_version<'3.11'", "cryptography>=42,<48",