Skip to content

Commit 4a6686c

Browse files
build: bump clang-format from 22.1.0 to 22.1.1 in the clang-tools group (#179)
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](ssciwr/clang-format-wheel@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 752beb9 commit 4a6686c

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
@@ -33,7 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"pip>=20.3", # Required to install clang-format and clang-tidy
3535
"tomli>=1.1.0; python_version < '3.11'",
36-
"clang-format==22.1.0",
36+
"clang-format==22.1.1",
3737
"clang-tidy==22.1.0",
3838
]
3939
dynamic = ["version"]

0 commit comments

Comments
 (0)