Skip to content

Commit c516588

Browse files
Update clang-format requirement from ~=22.0 to ~=22.1
Updates the requirements on [clang-format](https://github.com/ssciwr/clang-format-wheel) to permit the latest version. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](ssciwr/clang-format-wheel@v22.1.0...v22.1.4) --- updated-dependencies: - dependency-name: clang-format dependency-version: 22.1.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a18d87 commit c516588

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backend-path = ["tools/pylib/_boutpp_build/"]
88
[dependency-groups]
99
dev = [
1010
"cmake~=4.2",
11-
"clang-format~=22.0",
11+
"clang-format~=22.1",
1212
"clang-tidy~=22.0",
1313
"clangd~=22.0",
1414
"clangd-tidy~=1.1",

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
clang-format~=22.0
1+
clang-format~=22.1
22
clang-tidy~=22.0
33
cmakelang~=0.6
44
pre-commit>=4.5.1

0 commit comments

Comments
 (0)