From 23ae3f6cc631640821063b3de9639cadd3557f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:30:34 +0000 Subject: [PATCH] chore(deps-dev): update build requirement from <2,>=1.0 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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 077daf8..780f458 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.0,<2 +build>=1.5.0,<2 twine>=6.2.0,<7