Skip to content

Commit 437f12b

Browse files
Update cmake requirement from <=4.1.0 to <=4.1.2 (#32541)
Updates the requirements on [cmake](https://github.com/scikit-build/cmake-python-distributions) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/9a758150b2f8dcf27869a5f669c3183060dc938a"><code>9a75815</code></a> [Bot] Update to CMake 4.1.2</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/3af48375aed86635a7fefeab56dfec7e96a89668"><code>3af4837</code></a> chore(deps): update pre-commit hooks</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/99f89331b7c5aa9dc716f2f8fca116aac8bc3b1a"><code>99f8933</code></a> chore(deps): bump wntrblm/nox in the actions group</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/007c218741a1f7d29ff33bc76af7d8b474c34a35"><code>007c218</code></a> chore(deps): bump astral-sh/setup-uv from 6 to 7 in the actions group (<a href="https://redirect.github.com/scikit-build/cmake-python-distributions/issues/645">#645</a>)</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/76b40fdf72a5925abf0045bfc981d39baa38d501"><code>76b40fd</code></a> chore(deps): update pre-commit hooks (<a href="https://redirect.github.com/scikit-build/cmake-python-distributions/issues/644">#644</a>)</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/3428d08bffa7e6dcc100a54be6b56856b0dcece3"><code>3428d08</code></a> [Bot] Update to OpenSSL 3.5.4 (<a href="https://redirect.github.com/scikit-build/cmake-python-distributions/issues/642">#642</a>)</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/7035db5af2f71c92df1d7977637bee407e788589"><code>7035db5</code></a> chore(deps): update pre-commit hooks</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/b4c4ec374e337e892d21ac5b259ec3897908c1a0"><code>b4c4ec3</code></a> [Bot] Update to OpenSSL 3.5.3</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/fbf6c1e4b6419a2c04db3791c3576979ed0f01b0"><code>fbf6c1e</code></a> chore(deps): update pre-commit hooks</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/1a2372f92a728eafa975ba8027d574ea98eb3957"><code>1a2372f</code></a> chore(deps): bump pypa/cibuildwheel from 3.1 to 3.2 in the actions group</li> <li>Additional commits viewable in <a href="https://github.com/scikit-build/cmake-python-distributions/compare/0.1.0...4.1.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05eac75 commit 437f12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
requires = [
2727
"setuptools>=70,<=80.9.0",
2828
"wheel<=0.45.1",
29-
"cmake<=4.1.0",
29+
"cmake<=4.1.2",
3030
"patchelf<=0.17.2.2; sys_platform == 'linux' and platform_machine == 'x86_64'"
3131
]
3232
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)