From b4c0f1369ee5f3f0507b901de910fe55c4a71e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:37:46 -0700 Subject: [PATCH] build(deps): bump pycparser from 2.23 to 3.0 (#2838) Bumps [pycparser](https://github.com/eliben/pycparser) from 2.23 to 3.0. - [Release notes](https://github.com/eliben/pycparser/releases) - [Commits](https://github.com/eliben/pycparser/compare/release_v2.23...release_v3.00) --- updated-dependencies: - dependency-name: pycparser dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 722a7ae3..617c0c44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pip==25.3 protobuf==6.33.1 pyasn1==0.5.1 pyasn1-modules==0.3.0 -pycparser==2.23 +pycparser==3.0 pydantic==2.12.4 # pydantic pins pydantic-core, # but dependabot updates these separately (which is broken) and is annoying,