From 3e37cab94856f4b36b531140eeb87f6a8b701893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 20:40:50 +0000 Subject: [PATCH] build: bump clang-format from 22.1.0 to 22.1.1 in the clang-tools group Bumps the clang-tools group with 1 update: [clang-format](https://github.com/ssciwr/clang-format-wheel). Updates `clang-format` from 22.1.0 to 22.1.1 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v22.1.0...v22.1.1) --- updated-dependencies: - dependency-name: clang-format dependency-version: 22.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clang-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c224612..e0673d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "pip>=20.3", # Required to install clang-format and clang-tidy "tomli>=1.1.0; python_version < '3.11'", - "clang-format==22.1.0", + "clang-format==22.1.1", "clang-tidy==22.1.0", ] dynamic = ["version"]