From c8f2dd9396fb8c06250d77819608f917929bd36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 17:53:47 +0000 Subject: [PATCH] chore(deps-dev): update build requirement from <2,>=1.5.0 to >=1.6.1,<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.1) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.1 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..992629f 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.1,<2 twine>=7.0.0,<8