Skip to content

chore(deps-dev): Bump the python group across 1 directory with 3 updates#31

Merged
tan-wei merged 1 commit into
mainfrom
dependabot/uv/python-33cde7fb37
Jul 14, 2026
Merged

chore(deps-dev): Bump the python group across 1 directory with 3 updates#31
tan-wei merged 1 commit into
mainfrom
dependabot/uv/python-33cde7fb37

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the python group with 3 updates in the / directory: conan, clang-format and cmake.

Updates conan from 2.29.1 to 2.30.0

Release notes

Sourced from conan's releases.

2.30.0 (29-Jun-2026)

  • Feature: Add SPDX expression support in SBOM generation. (conan-io/conan#20112)
  • Feature: Add type annotations to LockfileAPI for improved IDE support. (conan-io/conan#20104)
  • Feature: Add missing favicon to Conan HTML output. (conan-io/conan#20087)
  • Feature: Implement the conf=~ for the "unset" operation (alias for conf=!). (conan-io/conan#20084). Docs: 📃
  • Feature: Add ASFLAGS to AutotoolsToolchain/GnuToolchain, including architecture and sysroot flags. (conan-io/conan#20078). Docs: 📃
  • Feature: Add IntelCC support in Meson, Autotools and Premake toolchains. (conan-io/conan#20075). Docs: 📃
  • Feature: Model explicitly the msys2 environments (clang64, ucrt64, etc) in tools.microsoft.bash:subsystem. (conan-io/conan#20074). Docs: 📃
  • Feature: Add build_system_requirements() method for installing system tools only in the build context. (conan-io/conan#20070). Docs: 📃
  • Feature: Add support for cmake_extra_interface_libs and cmake_extra_dependencies properties to the CMakeDeps generator. (conan-io/conan#20066). Docs: 📃
  • Feature: Support explicit architecture suffixes in system package names for native builds with host_package=False. (conan-io/conan#20047). Docs: 📃
  • Feature: Prevent multiple .libs or .package_framework entries in CMakeConfigDeps. (conan-io/conan#20046)
  • Feature: Add support for Bazel 9.x to BazelDeps. (conan-io/conan#20042). Docs: 📃
  • Feature: Adapt bazel_7_lib/bazel_7_exe templates to support Bazel 9.x (conan new command). (conan-io/conan#20042). Docs: 📃
  • Feature: Allow [replace_requires/tool_requires] unset in profile composition and extension. (conan-io/conan#20040). Docs: 📃
  • Feature: Add tools.meson.mesontoolchain:extra_variables configuration to MesonToolchain. (conan-io/conan#20032). Docs: 📃
  • Fix: Fix conan install <path> failing with absolute paths ending in a dot. (conan-io/conan#20092)
  • Fix: Relativize cpp_info.location for editable layouts. (conan-io/conan#20088). Docs: 📃
  • Fix: Improve output messages for the generate() step. (conan-io/conan#20085)
  • Fix: Make conan config install maintain permission bits. (conan-io/conan#20059)
  • Fix: Improve error message for broken Jinja2 syntax in global.conf. (conan-io/conan#20056)
  • Fix: Add Intel 2026.0 version and Intel compiler configuration check. (conan-io/conan#20049). Docs: 📃
  • Fix: Set IMPORTED_CONFIGURATIONS property to package frameworks in CMakeConfigDeps. (conan-io/conan#20041)
  • Fix: Remove build context suffix from host requirements in CMakeConfigDeps. (conan-io/conan#20038)
  • Bugfix: Version-based policy for fixed propagation of transitive_headers trait. (conan-io/conan#20073)
  • Bugfix: Fix workspace info with python_requires and a custom user packages() method in conanws.py. (conan-io/conan#20064)
  • Bugfix: Fix some cases where IMPORTED_IMPLIB was not being declared when extension was set in cpp_info.libs. (conan-io/conan#20062)
  • Bugfix: Fix caching of different revisions of the same package while resolving the graph. (conan-io/conan#20061)
  • Bugfix: Fix replace_requires applying when command line arguments explicitly define a package reference. (conan-io/conan#20048). Docs: 📃
  • Bugfix: Check whole git repository for dirtiness when using revision_mode=scm. (conan-io/conan#18630)
Commits
  • 9b6b317 Conan 2.30.0
  • b4d645b Version-based policy for fixed propagation of transitive_headers trait (#...
  • b24ddd4 Revert classmethod fixtures: use self instead of cls for Python 3.7 compatibi...
  • c7d8738 Correct @classmethod + @pytest.fixture decorator order 2 (#20120)
  • 0821c4a Correct @classmethod + @pytest.fixture decorator order (#20116)
  • 713b593 MesonToolchain: add extra_variables and exe_wrapper property (#20032)
  • 2e0affd fix TestRestApi test
  • b20cdc5 SPDX expression on SBOM (#20112)
  • 69007ed autotools/gnu asflags (#20078)
  • a012499 Fix git dirty check for revision_mode=scm (#18630)
  • Additional commits viewable in compare view

Updates clang-format from 22.1.5 to 22.1.8

Commits
  • 4099b85 Merge pull request #162 from ssciwr/dependabot/github_actions/pypa/cibuildwhe...
  • 3b94373 Merge pull request #161 from ssciwr/dependabot/github_actions/docker/setup-qe...
  • 32807c6 Merge pull request #160 from ssciwr/dependabot/github_actions/actions/checkout-7
  • 4d120e8 Bump to v22.1.8
  • 773d5d6 Bump pypa/cibuildwheel from 3.4 to 4.1
  • 574fc1c Bump docker/setup-qemu-action from 4.0.0 to 4.2.0
  • dd586f6 Bump actions/checkout from 6 to 7
  • e80cbfb Merge pull request #158 from ssciwr/dependabot/github_actions/pypa/gh-action-...
  • 810a325 Merge pull request #157 from ssciwr/dependabot/github_actions/softprops/actio...
  • 8ee5eb7 Merge pull request #156 from ssciwr/dependabot/github_actions/docker/setup-qe...
  • Additional commits viewable in compare view

Updates cmake from 4.3.2 to 4.4.0

Release notes

Sourced from cmake's releases.

4.4.0

What's Changed

Full Changelog: scikit-build/cmake-python-distributions@4.3.4...4.4.0

4.3.4

What's Changed

Full Changelog: scikit-build/cmake-python-distributions@4.3.2...4.3.4

Commits
  • 87b948f docs: polish docs and fix stale references (#714)
  • 4f4a3dc [Bot] Update to CMake 4.4.0 (#713)
  • 25d636a chore(deps): update pre-commit hooks (#711)
  • 8a56ca9 chore(deps): bump the actions group with 2 updates (#712)
  • 7df6223 chore(deps): bump actions/setup-python in the actions group (#710)
  • e6ee6a6 chore(ci): use manylinux clang install script (#709)
  • 5a02f04 ci: secure GitHub Actions workflows (#708)
  • 5d46488 chore(deps): bump the actions group across 1 directory with 4 updates (#707)
  • ad21c38 [Bot] Update to CMake 4.3.4 (#706)
  • 935e83e [Bot] Update to OpenSSL 3.5.7 (#705)
  • Additional commits viewable in compare view

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python group with 3 updates in the / directory: [conan](https://github.com/conan-io/conan), [clang-format](https://github.com/ssciwr/clang-format-wheel) and [cmake](https://github.com/scikit-build/cmake-python-distributions).


Updates `conan` from 2.29.1 to 2.30.0
- [Release notes](https://github.com/conan-io/conan/releases)
- [Commits](conan-io/conan@2.29.1...2.30.0)

Updates `clang-format` from 22.1.5 to 22.1.8
- [Release notes](https://github.com/ssciwr/clang-format-wheel/releases)
- [Commits](ssciwr/clang-format-wheel@v22.1.5...v22.1.8)

Updates `cmake` from 4.3.2 to 4.4.0
- [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases)
- [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/main/HISTORY.rst)
- [Commits](scikit-build/cmake-python-distributions@4.3.2...4.4.0)

---
updated-dependencies:
- dependency-name: conan
  dependency-version: 2.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: clang-format
  dependency-version: 22.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: cmake
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 13, 2026
@tan-wei tan-wei merged commit 64135a5 into main Jul 14, 2026
20 of 24 checks passed
@dependabot dependabot Bot deleted the dependabot/uv/python-33cde7fb37 branch July 14, 2026 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant