From 2e738024d1de3f1d1458580005d15d1628640ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 03:13:12 +0000 Subject: [PATCH] Bump pycparser from 2.22 to 2.23 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: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 05b6d76..62651e5 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -120,7 +120,7 @@ propcache==0.3.2 # via # aiohttp # yarl -pycparser==2.22 +pycparser==2.23 # via cffi pydantic==2.11.7 # via openai