Skip to content

Commit 40a9dd8

Browse files
Bump pycparser from 2.22 to 2.23 (#11492)
Bumps [pycparser](https://github.com/eliben/pycparser) from 2.22 to 2.23. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eliben/pycparser/releases">pycparser's releases</a>.</em></p> <blockquote> <h2>release_v2.23</h2> <h2>What's Changed</h2> <ul> <li>Allow abstract declarator &quot;static&quot; (GH issue <a href="https://redirect.github.com/eliben/pycparser/issues/539">#539</a>) by <a href="https://github.com/gperciva"><code>@​gperciva</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/545">eliben/pycparser#545</a></li> <li>Add support for Python 3.13 by <a href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/550">eliben/pycparser#550</a></li> <li>Add dirent and socket typedefs. by <a href="https://github.com/MegaManSec"><code>@​MegaManSec</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/558">eliben/pycparser#558</a></li> <li>Support for labels with no statement by <a href="https://github.com/ignatirabo"><code>@​ignatirabo</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/562">eliben/pycparser#562</a></li> <li>Accept empty 'case' or 'default' labels by <a href="https://github.com/ignatirabo"><code>@​ignatirabo</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/564">eliben/pycparser#564</a></li> <li>fix: preserve parentheses for statement exprs by <a href="https://github.com/zawan-ila"><code>@​zawan-ila</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/566">eliben/pycparser#566</a></li> <li>fix: hex float types by <a href="https://github.com/zawan-ila"><code>@​zawan-ila</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/567">eliben/pycparser#567</a></li> <li>Explicit error for comments, with README link by <a href="https://github.com/cellularmitosis"><code>@​cellularmitosis</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/569">eliben/pycparser#569</a></li> <li>showemptyattrs option on Node.show() by <a href="https://github.com/cellularmitosis"><code>@​cellularmitosis</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/570">eliben/pycparser#570</a></li> <li>Add fake typedefs for GNU Extension 128-bit integers. by <a href="https://github.com/dj-wednesday"><code>@​dj-wednesday</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/577">eliben/pycparser#577</a></li> <li>Typedef for __kernel_sa_family_t in linux/socket.h by <a href="https://github.com/crosser"><code>@​crosser</code></a> in <a href="https://redirect.github.com/eliben/pycparser/pull/578">eliben/pycparser#578</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gperciva"><code>@​gperciva</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/545">eliben/pycparser#545</a></li> <li><a href="https://github.com/MegaManSec"><code>@​MegaManSec</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/558">eliben/pycparser#558</a></li> <li><a href="https://github.com/ignatirabo"><code>@​ignatirabo</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/562">eliben/pycparser#562</a></li> <li><a href="https://github.com/zawan-ila"><code>@​zawan-ila</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/566">eliben/pycparser#566</a></li> <li><a href="https://github.com/cellularmitosis"><code>@​cellularmitosis</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/569">eliben/pycparser#569</a></li> <li><a href="https://github.com/dj-wednesday"><code>@​dj-wednesday</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/577">eliben/pycparser#577</a></li> <li><a href="https://github.com/crosser"><code>@​crosser</code></a> made their first contribution in <a href="https://redirect.github.com/eliben/pycparser/pull/578">eliben/pycparser#578</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23">https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eliben/pycparser/commit/5b60167602e7914139b3e277266ccdff5c24dbf2"><code>5b60167</code></a> Prepare for release 2.23</li> <li><a href="https://github.com/eliben/pycparser/commit/7b24736bbb875a5c6c6f0520412f03aace75d0ee"><code>7b24736</code></a> Typedef for __kernel_sa_family_t in _fake_typedefs.h (<a href="https://redirect.github.com/eliben/pycparser/issues/578">#578</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/90184f1f4eb1234fb9e7ae0c8b74eab9ea963482"><code>90184f1</code></a> Add fake typedefs for GNU Extension 128-bit integers. (<a href="https://redirect.github.com/eliben/pycparser/issues/577">#577</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/f04fdcde3d95be4a632948718d0c46eac09c50ce"><code>f04fdcd</code></a> showemptyattrs option on Node.show() (<a href="https://redirect.github.com/eliben/pycparser/issues/570">#570</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/156eae7f42843d8a3e78a68995d9cc7485577e38"><code>156eae7</code></a> Explicit error for comments, with README link (<a href="https://redirect.github.com/eliben/pycparser/issues/569">#569</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/2215299261306df71e2cec23bb3acd7b8f31f8db"><code>2215299</code></a> fix: hex float types (<a href="https://redirect.github.com/eliben/pycparser/issues/567">#567</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/037bd31d4e0e69e8c4d80e45311ae46abc15dd4e"><code>037bd31</code></a> fix: preserve parentheses for statement exprs (<a href="https://redirect.github.com/eliben/pycparser/issues/566">#566</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/9cecc090151b31d8821786bca3b25851a4a33272"><code>9cecc09</code></a> Accept empty 'case' or 'default' labels (<a href="https://redirect.github.com/eliben/pycparser/issues/564">#564</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/7ae671d3ac44e1000bcbe7108b24bdb9187443ac"><code>7ae671d</code></a> Support for labels with no statement (<a href="https://redirect.github.com/eliben/pycparser/issues/562">#562</a>)</li> <li><a href="https://github.com/eliben/pycparser/commit/42b542324859a108f2cf35bcfe21fe5877ceb091"><code>42b5423</code></a> Add dirent and socket typedefs. (<a href="https://redirect.github.com/eliben/pycparser/issues/558">#558</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycparser&package-manager=pip&previous-version=2.22&new-version=2.23)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73567eb commit 40a9dd8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ propcache==0.3.2
3636
# yarl
3737
pycares==4.11.0
3838
# via aiodns
39-
pycparser==2.22
39+
pycparser==2.23
4040
# via cffi
4141
typing-extensions==4.15.0
4242
# via

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ proxy-py==2.4.10
155155
# -r requirements/test.in
156156
pycares==4.11.0
157157
# via aiodns
158-
pycparser==2.22
158+
pycparser==2.23
159159
# via cffi
160160
pydantic==2.11.9
161161
# via python-on-whales

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ proxy-py==2.4.10
152152
# -r requirements/test.in
153153
pycares==4.11.0
154154
# via aiodns
155-
pycparser==2.22
155+
pycparser==2.23
156156
# via cffi
157157
pydantic==2.11.9
158158
# via python-on-whales

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ proxy-py==2.4.10
6565
# via -r requirements/lint.in
6666
pycares==4.11.0
6767
# via aiodns
68-
pycparser==2.22
68+
pycparser==2.23
6969
# via cffi
7070
pydantic==2.11.9
7171
# via python-on-whales

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ propcache==0.3.2
3232
# yarl
3333
pycares==4.11.0
3434
# via aiodns
35-
pycparser==2.22
35+
pycparser==2.23
3636
# via cffi
3737
typing-extensions==4.15.0
3838
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ proxy-py==2.4.10
8585
# via -r requirements/test.in
8686
pycares==4.11.0
8787
# via aiodns
88-
pycparser==2.22
88+
pycparser==2.23
8989
# via cffi
9090
pydantic==2.11.9
9191
# via python-on-whales

0 commit comments

Comments
 (0)