This repository was archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit fe066e9
authored
build(deps): Bump astroid from 2.15.1 to 2.15.4 (#102)
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.15.1 to 2.15.4.
<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 2.15.4?</h1>
<p>Release date: 2023-04-24</p>
<ul>
<li>
<p>Add visitor function for <code>TryStar</code> to
<code>AsStringVisitor</code> and
add <code>TryStar</code> to
<code>astroid.nodes.ALL_NODE_CLASSES</code>.</p>
<p>Refs <a
href="https://github.com/PyCQA/astroid/issues/2142">#2142</a></p>
</li>
</ul>
<h1>What's New in astroid 2.15.3?</h1>
<p>Release date: 2023-04-16</p>
<ul>
<li>
<p>Fix <code>infer_call_result()</code> crash on methods called
<code>with_metaclass()</code>.</p>
<p>Closes <a
href="https://github.com/PyCQA/astroid/issues/1735">#1735</a></p>
</li>
<li>
<p>Suppress <code>UserWarning</code> when finding module specs.</p>
<p>Closes <a
href="https://github.com/pylint-dev/pylint/issues/7906">pylint-dev/pylint#7906</a></p>
</li>
</ul>
<h1>What's New in astroid 2.15.2?</h1>
<p>Release date: 2023-04-03</p>
<ul>
<li>
<p>Support more possible usages of <code>attrs</code> decorators.</p>
<p>Closes <a
href="https://github.com/pylint-dev/pylint/issues/7884">pylint-dev/pylint#7884</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/astroid/commit/420a59a7da81828e982fabfd34e1533ffddf6400"><code>420a59a</code></a>
Bump astroid to 2.15.4, update changelog (<a
href="https://github.com/PyCQA/astroid/issues/2144">#2144</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/73482936a4eabeb3e51425f3b5c56d1d9e0a9bb9"><code>7348293</code></a>
Various TryStar fixes (<a
href="https://github.com/PyCQA/astroid/issues/2142">#2142</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/c312218289798207813971af540fbed43c6963b5"><code>c312218</code></a>
Bump astroid to 2.15.3, update changelog</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/0d4c0a0a42f02ad19c5ad1cefdbf45643d041a2a"><code>0d4c0a0</code></a>
[packaging metadata] Remove pycqa email in favor of github's org</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/bd23504ea16686e23dff3af7934103cc7fb98bc8"><code>bd23504</code></a>
[doc] Create a variable for the contributors description</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/a4a610490836e79babc0675f8f4763497e85b5d3"><code>a4a6104</code></a>
Suppress UserWarning when finding module specs (<a
href="https://github.com/PyCQA/astroid/issues/2121">#2121</a>)
(<a
href="https://github.com/PyCQA/astroid/issues/2122">#2122</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/b65f1917b17f8ad3d720288a70ec40f86a3b0057"><code>b65f191</code></a>
Add xfail</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/309ca8dd7b4d0c95cb3cbb25180857f44050b672"><code>309ca8d</code></a>
Fix infer_call_result() crash on methods called with_metaclass() (<a
href="https://github.com/PyCQA/astroid/issues/2118">#2118</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/85b698466afe12c750842dc2522f2823365d9fbc"><code>85b6984</code></a>
Bump astroid to 2.15.2, update changelog</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/895c6d7e847eea78a11e832429cf4a06ace93647"><code>895c6d7</code></a>
Support attrs decorators even if they are imported from attrs (<a
href="https://github.com/PyCQA/astroid/issues/2059">#2059</a>)
(<a
href="https://github.com/PyCQA/astroid/issues/2073">#2073</a>)</li>
<li>See full diff in <a
href="https://github.com/PyCQA/astroid/compare/v2.15.1...v2.15.4">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-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>1 parent 00dfccb commit fe066e9Copy full SHA for fe066e9
1 file changed
+3
-3
lines changed+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments