From ea0d7275a155dd7c780a0a02647628ce4b9a37e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 11:09:09 +0000 Subject: [PATCH] build(deps-dev): bump pycparser from 2.23 to 3.0 in /it/python 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 273778cb27..b0d5d04d8d 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -120,7 +120,7 @@ multidict==6.7.1 ; python_version >= '3.7' portalocker==3.1.1 ; python_version >= '3.5' and platform_system == 'Windows' -pycparser==2.23 +pycparser==3.0 pyjwt[crypto]==2.13.0 ; python_version >= '3.7'