From 418896c0cafba72390576ed4fec3e7a76e3df2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 06:04:18 +0000 Subject: [PATCH] Bump clang-format from 13.0.1 to 19.1.0 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 13.0.1 to 19.1.0. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/13.0.1...v19.1.0) --- updated-dependencies: - dependency-name: clang-format dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index d2ce98cc8c30..fc1cc4e83314 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -12,4 +12,4 @@ pytest-asyncio==0.21.1 asyncmock==0.4.2 hypothesis==5.49.0 -clang-format==13.0.1 ; platform_machine != 'armv7l' +clang-format==19.1.0 ; platform_machine != 'armv7l'