From 832dce7fbdc3f3e667b4ba9799feaf12daa08374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 04:13:44 +0000 Subject: [PATCH] chore(deps): update build requirement from <1.3.0 to <1.4.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/0.0.1...1.3.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1172d996..12675071 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ ] package = [ - "build<1.3.0", + "build<1.4.0", "python-semantic-release", "setuptools", "wheel", @@ -128,7 +128,7 @@ build_command = """ python -m venv .venv source .venv/bin/activate pip install -U pip - python -m pip install "build<1.3.0" python-semantic-release setuptools wheel + python -m pip install "build<1.4.0" python-semantic-release setuptools wheel python -m build . """