From 66e748369536b751ed93ad2f76575e44b6b278e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:43:08 +0000 Subject: [PATCH] Bump clang-format from 13.0.1 to 20.1.6 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 13.0.1 to 20.1.6. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/13.0.1...v20.1.6) --- updated-dependencies: - dependency-name: clang-format dependency-version: 20.1.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 16e051fcd790..634999957a7a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ # Useful stuff when working in a development environment -clang-format==13.0.1 # also change in .pre-commit-config.yaml and Dockerfile when updating +clang-format==20.1.6 # also change in .pre-commit-config.yaml and Dockerfile when updating clang-tidy==18.1.8 # When updating clang-tidy, also update Dockerfile yamllint==1.37.1 # also change in .pre-commit-config.yaml when updating