From 81892b3e4e035953593ad2c08603e84898f38127 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 21:00:57 +0000 Subject: [PATCH] fix(deps): update dependency pycparser to v3 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e924a8b..715bbf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "httpcore==1.0.9", "httpx==0.28.1", "idna==3.13", - "pycparser==2.23", + "pycparser==3.0", "typing_extensions==4.15.0", ] diff --git a/requirements.txt b/requirements.txt index 18b3715..cd4d585 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 idna==3.13 -pycparser==2.23 +pycparser==3.0 typing_extensions==4.15.0