From 0a895b7f5c51f354bcf90f17702a7104c38ec73f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:26:38 +0000 Subject: [PATCH] Bump clang-format from 13.0.1 to 19.1.1 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 13.0.1 to 19.1.1. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/13.0.1...v19.1.1) --- 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 75f29ac8ddcd..5e95d321c36e 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -12,4 +12,4 @@ pytest-asyncio==0.21.0 asyncmock==0.4.2 hypothesis==5.49.0 -clang-format==13.0.1 ; platform_machine != 'armv7l' +clang-format==19.1.1 ; platform_machine != 'armv7l'