From 22d55a5ea719d48cb2bc628db2e858d21386bcaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 03:32:43 +0000 Subject: [PATCH] chore(deps): update build requirement from >=1.2 to >=1.4.3 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.0...1.4.3) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.3 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 b528654..72abf62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ codegraphx = "codegraphx.__main__:main" [project.optional-dependencies] dev = [ - "build>=1.2", + "build>=1.4.3", "mypy>=1.13", "pip-audit>=2.7", "pre-commit>=4.0", @@ -28,7 +28,7 @@ dev = [ [dependency-groups] dev = [ - "build>=1.2", + "build>=1.4.3", "pytest>=8.0", "pytest-cov>=6.0", "ruff>=0.8",