From b81264e9718db4ad8462f8ef8be55b7f2775dba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:48:06 +0000 Subject: [PATCH] chore(deps-dev): update build requirement from <2,>=1.4 to >=1.4.3,<2 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.4.3) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.3 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 7d721a9..0a610b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Issues = "https://github.com/Meightem/PrintGuard/issues" [project.optional-dependencies] dev = [ - "build>=1.4,<2", + "build>=1.4.3,<2", "mypy>=1.19,<2", "pip-tools>=7.5,<8", "pytest>=9.0,<10",