Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Bump astroid from 2.12.13 to 3.0.3 in /src (#87)
Browse files Browse the repository at this point in the history
Bumps [astroid](https://github.com/pylint-dev/astroid) from 2.12.13 to
3.0.3.
<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.0.3?</h1>
<p>Release date: 2024-02-04</p>
<ul>
<li>
<p>Fix type of <code>UnicodeDecodeError.object</code> inferred as
<code>str</code> instead of <code>bytes</code>.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/9342">pylint-dev/pylint#9342</a></p>
</li>
<li>
<p>Fix <code>no-member</code> false positives for <code>args</code> and
<code>kwargs</code> on <code>ParamSpec</code> under Python 3.12.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/9401">pylint-dev/pylint#9401</a></p>
</li>
</ul>
<h1>What's New in astroid 3.0.2?</h1>
<p>Release date: 2023-12-12</p>
<ul>
<li>
<p>Avoid duplicate inference results for some uses of
<code>typing.X</code> constructs like
<code>Tuple[Optional[int], ...]</code>. This was causing pylint to
occasionally omit
messages like <code>deprecated-typing-alias</code>.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/9220">pylint-dev/pylint#9220</a></p>
</li>
</ul>
<h1>What's New in astroid 3.0.1?</h1>
<p>Release date: 2023-10-15</p>
<ul>
<li>
<p>Fix crashes linting code using PEP 695 (Python 3.12) generic type
syntax.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/9098">pylint-dev/pylint#9098</a></p>
</li>
</ul>
<h1>What's New in astroid 3.0.0?</h1>
<p>Release date: 2023-09-26</p>
<ul>
<li>
<p>Add support for Python 3.12, including PEP 695 type parameter
syntax.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/astroid/issues/2201">#2201</a></p>
</li>
<li>
<p>Remove support for Python 3.7.</p>
<p>Refs <a
href="https://redirect.github.com/pylint-dev/astroid/issues/2137">#2137</a></p>
</li>
<li>
<p>Use the global inference cache when inferring, even without an
explicit
<code>InferenceContext</code>. This is a significant performance
improvement given how
often methods default to <code>None</code> for the context argument.
(Linting <code>astroid</code>
itself now takes ~5% less time on Python 3.12; other projects requiring
more
complex inference calculations will see greater speedups.)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/astroid/commit/0375d1a22262b4d7a4327aad5d770b2cd262c4ef"><code>0375d1a</code></a>
Bump astroid to 3.0.3, update changelog (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2374">#2374</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/3e16c95b442d5363def31368ae00dd60fbc09dda"><code>3e16c95</code></a>
Fix <code>UnicodeDecodeError.object</code> inferred as <code>str</code>
instead of <code>bytes</code> (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2358">#2358</a>)
...</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/80a556dccdce3f5f0e92775005a99a154bbb8f90"><code>80a556d</code></a>
Use stable 3.12 in CI</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/f6758f183477ac9b1f96d661b04b5acb91d651de"><code>f6758f1</code></a>
Add members to <code>ParamSpec</code> stub (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2371">#2371</a>)
(<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2372">#2372</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/906155238caf00f8214cdb9493c2c21d85764e17"><code>9061552</code></a>
Fix annotations for statement method (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2366">#2366</a>)
(<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2368">#2368</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/e6dea9cc9e8427f1b0e405dc5de8002a0c3f5239"><code>e6dea9c</code></a>
Bump astroid to 3.0.2, update changelog (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2343">#2343</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/7cad63a514da31e733545401b411a1dd656a8240"><code>7cad63a</code></a>
Avoid duplicate inference results for <code>Tuple[Optional[int],
...]</code> (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2340">#2340</a>)
(<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2">#2</a>...</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/d57c9121bdc896886939d4cd8c98a0c63abc8dbb"><code>d57c912</code></a>
Disable test_crypt_brain on Python &gt;= 3.13 (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2328">#2328</a>)
(<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2329">#2329</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/d511533195d6171969795557438a29d26b03937f"><code>d511533</code></a>
Avoid changing release number</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/0191f534213364a844e8138dd68bb71f3ba603e3"><code>0191f53</code></a>
Bump astroid to 3.0.1, update changelog (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2322">#2322</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/astroid/compare/v2.12.13...v3.0.3">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=2.12.13&new-version=3.0.3)](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 14, 2024
1 parent 3d069d6 commit 18251a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile src/requirements.txt
#
astroid==2.12.13
astroid==3.0.3
# via
# -r src/requirements.txt
# pylint
Expand Down

0 comments on commit 18251a1

Please sign in to comment.