From 70e974d9ce842c81d21dcad34e26265decba7bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:14:56 +0000 Subject: [PATCH] Bump clang-format from 13.0.1 to 18.1.1 Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 13.0.1 to 18.1.1. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/13.0.1...v18.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 cb96f79587d4..717d6d16a26c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -12,4 +12,4 @@ pytest-asyncio==0.23.2 asyncmock==0.4.2 hypothesis==5.49.0 -clang-format==13.0.1 ; platform_machine != 'armv7l' +clang-format==18.1.1 ; platform_machine != 'armv7l'