From 3a5e42c92604fed3e01caff6f88363801ddc97fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:08:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pycparser=20from=202.22=20to?= =?UTF-8?q?=202.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pycparser](https://github.com/eliben/pycparser) from 2.22 to 2.23. - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23) --- updated-dependencies: - dependency-name: pycparser dependency-version: '2.23' dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/make_release_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_release_requirements.txt b/scripts/make_release_requirements.txt index a328e6b..1b8091c 100644 --- a/scripts/make_release_requirements.txt +++ b/scripts/make_release_requirements.txt @@ -20,7 +20,7 @@ gitpython==3.1.45 # via -r scripts/make_release_requirements.in idna==3.10 # via requests -pycparser==2.22 +pycparser==2.23 # via cffi pygithub==2.8.1 # via -r scripts/make_release_requirements.in