From b3b72ffae8830aacde9c05aa129a77015c9dfc2e Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 20:13:29 +0000 Subject: [PATCH] chore(deps): update dependency pycparser to v3 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- lockfiles/requirements-build.txt | 2 +- lockfiles/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lockfiles/requirements-build.txt b/lockfiles/requirements-build.txt index 83fdbaf..c96ff65 100644 --- a/lockfiles/requirements-build.txt +++ b/lockfiles/requirements-build.txt @@ -14,7 +14,7 @@ maturin==1.8.1 # via cryptography packaging==24.2 # via setuptools-scm -pycparser==2.22 ; platform_python_implementation != "PyPy" +pycparser==3.0 ; platform_python_implementation != "PyPy" # via cffi semantic-version==2.10.0 # via setuptools-rust diff --git a/lockfiles/requirements.txt b/lockfiles/requirements.txt index 3b3db2b..1944691 100644 --- a/lockfiles/requirements.txt +++ b/lockfiles/requirements.txt @@ -4,5 +4,5 @@ cffi==1.17.1 ; platform_python_implementation != 'PyPy' # via cryptography cryptography==45.0.2 # via yaka -pycparser==2.22 ; platform_python_implementation != 'PyPy' +pycparser==3.0 ; platform_python_implementation != 'PyPy' # via cffi