From e2b476d9443e1882354026c23cc3525399179639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 18:12:30 +0000 Subject: [PATCH] [pip] Update build requirement from ~=1.4.4 to ~=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.4.4...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 e88b851..48b04e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ build-backend = "setuptools.build_meta" [dependency-groups] dev = [ "black~=26.3.1", - "build~=1.4.4", + "build~=1.5.0", "isort~=8.0.1", "pre_commit~=4.6.0", "types-simplejson~=3.20.0.20260408",