Skip to content

Commit

Permalink
Bump astroid from 3.0.3 to 3.1.0 in /src/python (#6)
Browse files Browse the repository at this point in the history
Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.0.3 to
3.1.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pylint-dev/astroid/blob/main/ChangeLog">astroid's
changelog</a>.</em></p>
<blockquote>
<h1>What's New in astroid 3.1.0?</h1>
<p>Release date: 2024-02-23</p>
<ul>
<li>
<p>Include PEP 695 (Python 3.12) generic type syntax nodes in
<code>get_children()</code>,
allowing checkers to visit them.</p>
<p>Refs <a
href="https://redirect.github.com/pylint-dev/pylint/issues/9193">pylint-dev/pylint#9193</a></p>
</li>
<li>
<p>Add <code>__main__</code> as a possible inferred value for
<code>__name__</code> to improve
control flow inference around <code>if __name__ ==
&quot;__main__&quot;:</code> guards.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/astroid/issues/2071">#2071</a></p>
</li>
<li>
<p>Following a deprecation period, the <code>names</code> arg to the
<code>Import</code> constructor and
the <code>op</code> arg to the <code>BoolOp</code> constructor are now
required, and the <code>doc</code> args
to the <code>PartialFunction</code> and <code>Property</code>
constructors have been removed (call
<code>postinit(doc_node=...)</code> instead.)</p>
</li>
<li>
<p>Following a deprecation announced in astroid 1.5.0, the alias
<code>AstroidBuildingException</code> is removed in favor of
<code>AstroidBuildingError</code>.</p>
</li>
<li>
<p>Include modname in AST warnings. Useful for <code>invalid escape
sequence</code> warnings
with Python 3.12.</p>
</li>
<li>
<p><code>RecursionError</code> is now trapped and logged out as
<code>UserWarning</code> during astroid node transformations with
instructions about raising the system recursion limit.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/8842">pylint-dev/pylint#8842</a></p>
</li>
<li>
<p>Suppress <code>SyntaxWarning</code> for invalid escape sequences on
Python 3.12 when parsing modules.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/9322">pylint-dev/pylint#9322</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/astroid/commit/3fb17a1af9f71ca1f97f623c2e141d32796a5a43"><code>3fb17a1</code></a>
Bump astroid to 3.1.0, update changelog</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/8c7106e48449d9e515752f7f1447165ba85b44b8"><code>8c7106e</code></a>
Log RecursionErrors out as warnings during node transformation (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2385">#2385</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/6519a0ee3e4db4f8a5116bd515e9a414cf1f8808"><code>6519a0e</code></a>
Fix coverage artifact combination step (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2388">#2388</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/ddbefc19fab5ab574bfdc9e236ac17b3a464dc79"><code>ddbefc1</code></a>
Simulate editable_mode=compat (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2387">#2387</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/53b0703cc357a3eb774a709cf589241ce795e26a"><code>53b0703</code></a>
Bump actions/download-artifact to 4.1.0</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/18b6c4e2803a5eeb9ea2be56a750185ae1809832"><code>18b6c4e</code></a>
Bump actions/upload-artifact from 3.1.3 to 4.0.0</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/07419f0d8ef254f203b7f2b15141b6df23939519"><code>07419f0</code></a>
Suppress SyntaxWarnings when parsing modules (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2386">#2386</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/e26f09774b2a32686c36fbf31ba54730ea02b685"><code>e26f097</code></a>
Remove AstroidBuildingException (predecessor of AstroidBuildingError)
(<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2384">#2384</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/41d9196b8f766e3e5d6013c423cd763cf7ca5906"><code>41d9196</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2383">#2383</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/35dba66b7739b8fc0b25e409ca07da9a62d9ee34"><code>35dba66</code></a>
Include modname in AST warnings (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2380">#2380</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/astroid/compare/v3.0.3...v3.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astroid&package-manager=pip&previous-version=3.0.3&new-version=3.1.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)

---

<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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 4728a43 commit aa4e54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile src/requirements.txt
#
astroid==3.0.3
astroid==3.1.0
# via
# -r src/requirements.txt
# pylint
Expand Down

0 comments on commit aa4e54c

Please sign in to comment.