From f8ee252826d087c5df98d63bf80c9cb74897f5af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 04:10:37 +0000 Subject: [PATCH] build(deps): 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af6d218..928847e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,5 +59,5 @@ tinycss2==1.4.0 urllib3==2.5.0 wheel==0.45.1 setuptools==80.9.0 -pycparser==2.22 +pycparser==2.23 webp~=0.4.0