From 5142b1aac3770bed25a7bd9cdb0bf2e2c57a5bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:11:49 +0000 Subject: [PATCH] chore(deps-dev): update build requirement 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 6bb3fc5..d6224c4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ black>=23.12.0,<27.0.0 mypy>=1.8.0,<2.0.0 # Build tools -build>=1.5.0,<2.0.0 +build>=1.6.0,<2.0.0 twine>=6.2.0,<7.0.0 # OpenAPI tools