Skip to content

Commit 506a512

Browse files
chore(deps): bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the / directory: [clang-format](https://github.com/ssciwr/clang-format-wheel) and [clang-tidy](https://github.com/ssciwr/clang-tidy-wheel). Updates `clang-format` from 21.1.0 to 21.1.2 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](ssciwr/clang-format-wheel@v21.1.0...v21.1.2) Updates `clang-tidy` from 21.1.0 to 21.1.1 - [Commits](https://github.com/ssciwr/clang-tidy-wheel/commits) --- updated-dependencies: - dependency-name: clang-format dependency-version: 21.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: clang-tidy dependency-version: 21.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62c30c8 commit 506a512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ classifiers = [
3434
dependencies = [
3535
"tomli>=1.1.0; python_version < '3.11'",
3636
"setuptools>=45.0.0", # Required for pkg_resources in clang-tidy
37-
"clang-format==21.1.0",
38-
"clang-tidy==21.1.0",
37+
"clang-format==21.1.2",
38+
"clang-tidy==21.1.1",
3939
]
4040
dynamic = ["version"]
4141

0 commit comments

Comments
 (0)