From d5e39b4cb6e09863634be3fec5f56f90a9e805f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:51:19 +0000 Subject: [PATCH] build(deps): update build requirement in /requirements 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.3.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/gha-package.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/gha-package.txt b/requirements/gha-package.txt index 921705c9..9e1d0a75 100644 --- a/requirements/gha-package.txt +++ b/requirements/gha-package.txt @@ -1,6 +1,6 @@ twine ==6.1.* setuptools ==80.9.* wheel ==0.45.* -build ==1.2.* +build ==1.3.* importlib_metadata ==8.7.* packaging ==25.0