From 2637336085eabe074895fbe9d25feae05035edc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:28:02 +0000 Subject: [PATCH] Update build requirement from ~=1.2.2 to >=1.2.2,<1.5.0 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.2.2...1.4.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9cc257..656fb19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ license = 'Apache-2.0' dependencies = [ "defusedxml~=0.7.1", "semantic_version~=2.10.0", - "build~=1.2.2", + "build>=1.2.2,<1.5.0", "importlib-metadata~=8.6.0", "requests~=2.32.3", "ts-deepscan~=2.3.0", diff --git a/requirements.txt b/requirements.txt index 8e69938..83659d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ defusedxml~=0.7.1 semantic_version~=2.10.0 -build~=1.2.2 +build>=1.2.2,<1.5.0 importlib-metadata~=8.6.0 requests~=2.32.3 ts-deepscan~=2.3.0