From d961e0193328d412a6a73bc0e0d021741e8aee1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:13:14 +0000 Subject: [PATCH] build(deps-dev): update build requirement from ==1.4.* to >=1.4,<1.6 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.4.0...1.5.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78c5017..0f07b75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ Download = "https://github.com/Lightning-AI/litModels" [project.optional-dependencies] build = [ - "build ==1.4.*", + "build >=1.4,<1.6", "twine ==6.2.*", ] docs = [