Skip to content

Commit 336ca3a

Browse files
committed
Bump cmake from 4.3.1 to 4.3.2 (#40)
Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 4.3.1 to 4.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scikit-build/cmake-python-distributions/releases">cmake's releases</a>.</em></p> <blockquote> <h2>4.3.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix: make archive more stable by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/scikit-build/cmake-python-distributions/pull/690">scikit-build/cmake-python-distributions#690</a></li> <li>[Bot] Update to CMake 4.3.1 by <a href="https://github.com/scikit-build-app-bot"><code>@​scikit-build-app-bot</code></a>[bot] in <a href="https://redirect.github.com/scikit-build/cmake-python-distributions/pull/691">scikit-build/cmake-python-distributions#691</a></li> <li>[Bot] Update to OpenSSL 3.5.6 by <a href="https://github.com/scikit-build-app-bot"><code>@​scikit-build-app-bot</code></a>[bot] in <a href="https://redirect.github.com/scikit-build/cmake-python-distributions/pull/695">scikit-build/cmake-python-distributions#695</a></li> <li>ci: bump setup-uv to maintained tag scheme by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/scikit-build/cmake-python-distributions/pull/696">scikit-build/cmake-python-distributions#696</a></li> <li>[Bot] Update to CMake 4.3.2 by <a href="https://github.com/scikit-build-app-bot"><code>@​scikit-build-app-bot</code></a>[bot] in <a href="https://redirect.github.com/scikit-build/cmake-python-distributions/pull/699">scikit-build/cmake-python-distributions#699</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/scikit-build/cmake-python-distributions/compare/4.3.0...4.3.2">https://github.com/scikit-build/cmake-python-distributions/compare/4.3.0...4.3.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/3a57f36ab7bc048cf2938f9233f5e12355b3d80f"><code>3a57f36</code></a> [Bot] Update to CMake 4.3.2 (<a href="https://redirect.github.com/scikit-build/cmake-python-distributions/issues/699">#699</a>)</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/c959cbe04a28d317a4a1cd7fa6f3d99c97e0493b"><code>c959cbe</code></a> chore(deps): bump astral-sh/setup-uv in the actions group (<a href="https://redirect.github.com/scikit-build/cmake-python-distributions/issues/698">#698</a>)</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/b8257b3c522e62e42e63ef115d4d356281360ce8"><code>b8257b3</code></a> chore(deps): bump wntrblm/nox in the actions group (<a href="https://redirect.github.com/scikit-build/cmake-python-distributions/issues/697">#697</a>)</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/a14b50e1025c5051a66a0b73e95cee675cd6049f"><code>a14b50e</code></a> chore(deps): update pre-commit hooks (<a href="https://redirect.github.com/scikit-build/cmake-python-distributions/issues/694">#694</a>)</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/03c4d2a8a351a4b6be28c226dcdfed93748e5fb9"><code>03c4d2a</code></a> ci: bump setup-uv to maintained tag scheme (<a href="https://redirect.github.com/scikit-build/cmake-python-distributions/issues/696">#696</a>)</li> <li><a href="https://github.com/scikit-build/cmake-python-distributions/commit/f47d7e8d8c02ac7e841973d5639184c98d8fef82"><code>f47d7e8</code></a> [Bot] Update to OpenSSL 3.5.6 (<a href="https://redirect.github.com/scikit-build/cmake-python-distributions/issues/695">#695</a>)</li> <li>See full diff in <a href="https://github.com/scikit-build/cmake-python-distributions/compare/4.3.1...4.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cmake&package-manager=pip&previous-version=4.3.1&new-version=4.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
2 parents a6296b4 + e715b10 commit 336ca3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = []
88

99
[dependency-groups]
1010
dev = [
11-
"cmake==4.3.0",
11+
"cmake==4.3.2",
1212
"clang-format==22.1.3",
1313
"gcovr>=8.6",
1414
"pre-commit>=4.5.1",

0 commit comments

Comments
 (0)