From 340faab088eb43542ef9e158b3d075948cacde2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 20:04:52 +0000 Subject: [PATCH] [Dependency] Bump clang from 14.0 to 16.0.1.1 Bumps [clang](https://github.com/trolldbois/python-clang) from 14.0 to 16.0.1.1. - [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 01f484e..8b17250 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ parso==0.8.3 # C/C++ tokenization -clang==14.0 +clang==16.0.1.1 # Java tokenization javac-parser==1.0.0