From 55e0cd3765359a63cd52454ec80c07ee400392ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 09:44:49 +0000 Subject: [PATCH] Bump clang-format from 13.0.1 to 17.0.6 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 13.0.1 to 17.0.6. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/13.0.1...v17.0.6) --- 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..8add2cd87aa4 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==17.0.6 ; platform_machine != 'armv7l'