From e885f075cfa18ea557f61fca9e46974e1353df7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:05:49 +0000 Subject: [PATCH] Update pymsbuild requirement from >=1.0 to >=1.2.2 Updates the requirements on [pymsbuild](https://github.com/zooba/pymsbuild) to permit the latest version. - [Commits](https://github.com/zooba/pymsbuild/compare/1.0.0...1.2.2) --- updated-dependencies: - dependency-name: pymsbuild dependency-version: 1.2.2 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 d2bba8c..c0a636b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ['pymsbuild>=1.0', 'Cython>=3.0'] +requires = ['pymsbuild>=1.2.2', 'Cython>=3.0'] build-backend = "pymsbuild"