From 948def80a16234406a641ec90257b4b8880c4eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 03:12:05 +0000 Subject: [PATCH] Update clang requirement from ==17.* to ==19.* Updates the requirements on [clang](https://github.com/llvm/llvm-project) to permit the latest version. - [Release notes](https://github.com/llvm/llvm-project/releases) - [Commits](https://github.com/llvm/llvm-project/compare/llvmorg-17.0.0-rc1...llvmorg-19.1.7) --- updated-dependencies: - dependency-name: clang dependency-type: direct:development ... 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 21512aa..04a1012 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ black build -clang == 17.* +clang == 19.* cython == 3.* inflection == 0.5.* setuptools