Skip to content

Commit

Permalink
Bump astroid from 2.13.2 to 2.13.3 (#312)
Browse files Browse the repository at this point in the history
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.13.2 to 2.13.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyCQA/astroid/blob/main/ChangeLog">astroid's
changelog</a>.</em></p>
<blockquote>
<h1>What's New in astroid 2.13.3?</h1>
<p>Release date: 2023-01-20</p>
<ul>
<li>
<p>Fix a regression in 2.13.2 where a RunTimeError could be raised
unexpectedly.</p>
<p>Closes <a
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1958">#1958</a></p>
</li>
<li>
<p>Fix overwritten attributes in inherited dataclasses not being ordered
correctly.</p>
<p>Closes <a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7881">PyCQA/pylint#7881</a></p>
</li>
<li>
<p>Fix a false positive when an attribute named <code>Enum</code> was
confused with <code>enum.Enum</code>.
Calls to <code>Enum</code> are now inferred &amp; the qualified name is
checked.</p>
<p>Refs <a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5719">PyCQA/pylint#5719</a></p>
</li>
<li>
<p>Remove unnecessary typing_extensions dependency on Python 3.11 and
newer</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/astroid/commit/aed900b56f180faf34b2b28541dca41bac905e5e"><code>aed900b</code></a>
Bump astroid to 2.13.3, update changelog</li>
<li><a
href="https://github.com/PyCQA/astroid/commit/6735f416a9d0ef5cfa9132b4af35000444144f21"><code>6735f41</code></a>
Fix order of overwritten attributes in inherited dataclasses (<a
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1970">#1970</a>)
(<a
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1972">#1972</a>)</li>
<li><a
href="https://github.com/PyCQA/astroid/commit/1c70358f010b9eeca33004960639545136a16e7a"><code>1c70358</code></a>
Fix a false positive with user-defined <code>Enum</code> class (<a
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1967">#1967</a>)</li>
<li><a
href="https://github.com/PyCQA/astroid/commit/07cd5c5d38a56b1cc7a98d034acd8bf2c51932b2"><code>07cd5c5</code></a>
Do not require typing_extensions on Python 3.11</li>
<li><a
href="https://github.com/PyCQA/astroid/commit/22dacffd5c6be242125311adaac610f95dd094e3"><code>22dacff</code></a>
Fix a regression in 2.13.2 where a <code>RunTimeError</code> could be
raised unexpecte...</li>
<li><a
href="https://github.com/PyCQA/astroid/commit/fe058bff95745371df5796286d33677c21137847"><code>fe058bf</code></a>
Initial pass with <code>pydocstringformatter</code> over tests (<a
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1949">#1949</a>)</li>
<li><a
href="https://github.com/PyCQA/astroid/commit/aa93a97ef1dcf46d2c866fe4270ee20d079c6f8b"><code>aa93a97</code></a>
Initial pass with <code>pydocstringformatter</code></li>
<li>See full diff in <a
href="https://github.com/PyCQA/astroid/compare/v2.13.2...v2.13.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.13.2&new-version=2.13.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 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] committed Jan 23, 2023
1 parent faf076a commit 3fd7be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appdirs==1.4.4
astroid==2.13.2
astroid==2.13.3
black==22.12.0
certifi==2022.12.7
charset-normalizer==2.1.1
Expand Down

0 comments on commit 3fd7be0

Please sign in to comment.