From b9bc08d774b962a78981ae1be084304710f57a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:52:44 +0000 Subject: [PATCH] chore(deps-dev): update build requirement from <2,>=1.5.0 to >=1.6.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.5.0...1.6.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bdf9755..e45151b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,5 +5,5 @@ pytest-cov>=7.1.0,<8 pytest-timeout>=2.4.0,<3 # Build + release tooling (used by docs/RELEASE.md workflow). -build>=1.5.0,<2 +build>=1.6.0,<2 twine>=7.0.0,<8