From 95674df9c73234159f632d4c33a642c00c977ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:33:43 +0000 Subject: [PATCH] Bump pycparser from 2.23 to 3.0 (#11981) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pycparser](https://github.com/eliben/pycparser) from 2.23 to 3.0.
Release notes

Sourced from pycparser's releases.

release_v3.00

What's Changed

Full Changelog: https://github.com/eliben/pycparser/compare/release_v2.23...release_v3.00

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycparser&package-manager=pip&previous-version=2.23&new-version=3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/base-ft.txt | 2 +- requirements/base.txt | 2 +- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- requirements/runtime-deps.txt | 2 +- requirements/test-common.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements/base-ft.txt b/requirements/base-ft.txt index 5eea5e363c9..cd8a5142ac9 100644 --- a/requirements/base-ft.txt +++ b/requirements/base-ft.txt @@ -38,7 +38,7 @@ propcache==0.4.1 # yarl pycares==5.0.1 # via aiodns -pycparser==2.23 +pycparser==3.0 # via cffi typing-extensions==4.15.0 ; python_version < "3.13" # via diff --git a/requirements/base.txt b/requirements/base.txt index 83b0243fc07..c7d9210a7fd 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -38,7 +38,7 @@ propcache==0.4.1 # yarl pycares==5.0.1 # via aiodns -pycparser==2.23 +pycparser==3.0 # via cffi typing-extensions==4.15.0 ; python_version < "3.13" # via diff --git a/requirements/constraints.txt b/requirements/constraints.txt index ab3d0042d59..036467268a0 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -154,7 +154,7 @@ proxy-py==2.4.10 # -r requirements/test-common.in pycares==5.0.1 # via aiodns -pycparser==2.23 +pycparser==3.0 # via cffi pydantic==2.12.5 # via python-on-whales diff --git a/requirements/dev.txt b/requirements/dev.txt index 1f4478aa497..926a4ba4c8b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -151,7 +151,7 @@ proxy-py==2.4.10 # -r requirements/test-common.in pycares==5.0.1 # via aiodns -pycparser==2.23 +pycparser==3.0 # via cffi pydantic==2.12.5 # via python-on-whales diff --git a/requirements/lint.txt b/requirements/lint.txt index 92acb79dd21..9d6c98962bc 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -69,7 +69,7 @@ proxy-py==2.4.10 # via -r requirements/lint.in pycares==5.0.1 # via aiodns -pycparser==2.23 +pycparser==3.0 # via cffi pydantic==2.12.5 # via python-on-whales diff --git a/requirements/runtime-deps.txt b/requirements/runtime-deps.txt index b2a455559ce..66d6192dbf3 100644 --- a/requirements/runtime-deps.txt +++ b/requirements/runtime-deps.txt @@ -34,7 +34,7 @@ propcache==0.4.1 # yarl pycares==5.0.1 # via aiodns -pycparser==2.23 +pycparser==3.0 # via cffi typing-extensions==4.15.0 ; python_version < "3.13" # via diff --git a/requirements/test-common.txt b/requirements/test-common.txt index f79871331d0..4f89f509f5a 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -56,7 +56,7 @@ pluggy==1.6.0 # pytest-cov proxy-py==2.4.10 # via -r requirements/test-common.in -pycparser==2.23 +pycparser==3.0 # via cffi pydantic==2.12.5 # via python-on-whales diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index ba5086237d4..0519da73849 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -89,7 +89,7 @@ proxy-py==2.4.10 # via -r requirements/test-common.in pycares==5.0.1 # via aiodns -pycparser==2.23 +pycparser==3.0 # via cffi pydantic==2.12.5 # via python-on-whales diff --git a/requirements/test.txt b/requirements/test.txt index 2dec33bc0bf..0578a54a9bc 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -89,7 +89,7 @@ proxy-py==2.4.10 # via -r requirements/test-common.in pycares==5.0.1 # via aiodns -pycparser==2.23 +pycparser==3.0 # via cffi pydantic==2.12.5 # via python-on-whales