Commit ddae82e
authored
chore(deps): bump pycparser from 2.21 to 2.23 (#734)
Bumps [pycparser](https://github.com/eliben/pycparser) from 2.21 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 "static" (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>
<h2>release_v2.22</h2>
<h2>What's Changed</h2>
<ul>
<li>Add missing SCHAR limit defines by <a
href="https://github.com/matamegger"><code>@matamegger</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/449">eliben/pycparser#449</a></li>
<li>Use proper SPDX identifier by <a
href="https://github.com/Shortfinga"><code>@Shortfinga</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/474">eliben/pycparser#474</a></li>
<li>Add Python 3.11 as a supported version by <a
href="https://github.com/erlend-aasland"><code>@erlend-aasland</code></a>
in <a
href="https://redirect.github.com/eliben/pycparser/pull/469">eliben/pycparser#469</a></li>
<li>Fix multi-pragma/single statement blocks (<a
href="https://redirect.github.com/eliben/pycparser/issues/479">#479</a>)
by <a href="https://github.com/ldore"><code>@ldore</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/480">eliben/pycparser#480</a></li>
<li>Add an encoding parameter to parse_file by <a
href="https://github.com/jordr"><code>@jordr</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/486">eliben/pycparser#486</a></li>
<li>Feature/add pragma support by <a
href="https://github.com/jordr"><code>@jordr</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/487">eliben/pycparser#487</a></li>
<li>Set up permissions to ci.yml by <a
href="https://github.com/joycebrum"><code>@joycebrum</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/492">eliben/pycparser#492</a></li>
<li>_build_tables: Invalidate cache before importing generated modules
by <a href="https://github.com/mgorny"><code>@mgorny</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/494">eliben/pycparser#494</a></li>
<li>Upgrade GitHub Actions by <a
href="https://github.com/cclauss"><code>@cclauss</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/500">eliben/pycparser#500</a></li>
<li>Create a Security Policy by <a
href="https://github.com/joycebrum"><code>@joycebrum</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/499">eliben/pycparser#499</a></li>
<li>New example to generate AST from scratch by <a
href="https://github.com/Andree37"><code>@Andree37</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/507">eliben/pycparser#507</a></li>
<li>Add support for Python 3.12 by <a
href="https://github.com/hugovk"><code>@hugovk</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/515">eliben/pycparser#515</a></li>
<li>ply: Make generated lextab.py deterministic by <a
href="https://github.com/jackrosenthal"><code>@jackrosenthal</code></a>
in <a
href="https://redirect.github.com/eliben/pycparser/pull/531">eliben/pycparser#531</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/matamegger"><code>@matamegger</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/449">eliben/pycparser#449</a></li>
<li><a
href="https://github.com/Shortfinga"><code>@Shortfinga</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/474">eliben/pycparser#474</a></li>
<li><a
href="https://github.com/erlend-aasland"><code>@erlend-aasland</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/469">eliben/pycparser#469</a></li>
<li><a href="https://github.com/jordr"><code>@jordr</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/486">eliben/pycparser#486</a></li>
<li><a href="https://github.com/joycebrum"><code>@joycebrum</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/492">eliben/pycparser#492</a></li>
<li><a href="https://github.com/mgorny"><code>@mgorny</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/494">eliben/pycparser#494</a></li>
<li><a href="https://github.com/cclauss"><code>@cclauss</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/500">eliben/pycparser#500</a></li>
<li><a href="https://github.com/Andree37"><code>@Andree37</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/507">eliben/pycparser#507</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eliben/pycparser/blob/main/CHANGES">pycparser's
changelog</a>.</em></p>
<blockquote>
<ul>
<li>Starting with version 2.22, please use the GitHub UI
at <a
href="https://github.com/eliben/pycparser/tags">https://github.com/eliben/pycparser/tags</a>
to compare tags in order to find out what changed.</li>
</ul>
</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.21...release_v2.23">compare
view</a></li>
</ul>
</details>
<br />
[](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 will merge this PR once CI passes on it, as requested by
@kishore7snehil.
[//]: # (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 9542c4f commit ddae82e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments