From 21154af1f3ebcd73affbbe326d5b3ff530ca0e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:18:04 +0000 Subject: [PATCH] [Dependency] Bump clang from 14.0 to 17.0.6 Bumps [clang](https://github.com/trolldbois/python-clang) from 14.0 to 17.0.6. - [Release notes](https://github.com/trolldbois/python-clang/releases) - [Commits](https://github.com/trolldbois/python-clang/commits) --- updated-dependencies: - dependency-name: clang dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1386902..c008370 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ parso==0.8.3 # C/C++ tokenization -clang==14.0 +clang==17.0.6 # Java tokenization javac-parser==1.0.0