From fe60f2c2ea4fd1610206cd75ccc691050c135733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:11:44 +0000 Subject: [PATCH] Update build requirement from >=1.5.0 to >=1.5.1 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.5.1) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e8e903..b6b094d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ## you don't need this file to build the package. but for development reasons... -build>=1.5.0 +build>=1.5.1 cycler>=0.12.1 kiwisolver>=1.5.0 defusedxml>=0.7.1