-
-
Notifications
You must be signed in to change notification settings - Fork 586
Commit a57c4de
authored
build(deps): bump astroid from 3.3.6 to 3.3.9 in /docs (#2803)
Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.3.6 to
3.3.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pylint-dev/astroid/releases">astroid's
releases</a>.</em></p>
<blockquote>
<h2>v3.3.9</h2>
<h1>What's New in astroid 3.3.9?</h1>
<p>Release date: 2025-03-09</p>
<ul>
<li>
<p>Fix crash when <code>sys.modules</code> contains lazy loader objects
during checking.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/astroid/issues/2686">#2686</a>
Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/8589">pylint-dev/pylint#8589</a></p>
</li>
<li>
<p>Upload release assets to PyPI via Trusted Publishing.</p>
<p>Refs <a
href="https://redirect.github.com/pylint-dev/pylint/issues/10256">pylint-dev/pylint#10256</a></p>
</li>
</ul>
<h2>v3.3.8</h2>
<h1>What's New in astroid 3.3.8?</h1>
<p>Release date: 2024-12-23</p>
<ul>
<li>
<p>Fix inability to import <code>collections.abc</code> in python
3.13.1. The reported fixes in astroid 3.3.6
and 3.3.7 did not actually fix this issue.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/10112">pylint-dev/pylint#10112</a></p>
</li>
</ul>
<h2>v3.3.7</h2>
<h1>What's New in astroid 3.3.7?</h1>
<p>Release date: 2024-12-21</p>
<ul>
<li>
<p>Fix inability to import <code>collections.abc</code> in python
3.13.1. The reported fix in astroid 3.3.6
did not actually fix this issue.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/10112">pylint-dev/pylint#10112</a></p>
</li>
</ul>
</blockquote>
</details>
<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.3.9?</h1>
<p>Release date: 2025-03-09</p>
<ul>
<li>
<p>Fix crash when <code>sys.modules</code> contains lazy loader objects
during checking.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/astroid/issues/2686">#2686</a>
Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/8589">pylint-dev/pylint#8589</a></p>
</li>
<li>
<p>Upload release assets to PyPI via Trusted Publishing.</p>
<p>Refs <a
href="https://redirect.github.com/pylint-dev/pylint/issues/10256">pylint-dev/pylint#10256</a></p>
</li>
</ul>
<h1>What's New in astroid 3.3.8?</h1>
<p>Release date: 2024-12-23</p>
<ul>
<li>
<p>Fix inability to import <code>collections.abc</code> in python
3.13.1. The reported fixes in astroid 3.3.6
and 3.3.7 did not actually fix this issue.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/10112">pylint-dev/pylint#10112</a></p>
</li>
</ul>
<h1>What's New in astroid 3.3.7?</h1>
<p>Release date: 2024-12-20</p>
<p>This release was yanked.</p>
<ul>
<li>
<p>Fix inability to import <code>collections.abc</code> in python
3.13.1. The reported fix in astroid 3.3.6
did not actually fix this issue.</p>
<p>Closes <a
href="https://redirect.github.com/pylint-dev/pylint/issues/10112">pylint-dev/pylint#10112</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/astroid/commit/a6ccad5ccff353f6bc50eb9e818a462521bd1457"><code>a6ccad5</code></a>
Bump astroid to 3.3.9, update changelog</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/ec2df9727cf972a8536de208368c492c09a8c8db"><code>ec2df97</code></a>
Add setuptools in order to run 3.12/3.13 tests</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/74c34fb3b7f66a2f8246f125c144281177b6915f"><code>74c34fb</code></a>
Bump actions/cache from 4.2.0 to 4.2.2 (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2692">#2692</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/5512bf2603e0959668bc816f992c656f6bd108df"><code>5512bf2</code></a>
Update release workflow to use Trusted Publishing (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2696">#2696</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/aad8e689943e7ea106c6a88624812c9946ab3c06"><code>aad8e68</code></a>
[Backport maintenance/3.3.x] Fix missing <strong>dict</strong> (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2685">#2685</a>)
(<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2690">#2690</a>)</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/234be58ddd7df5a9dff9bbb3773ce908199ed826"><code>234be58</code></a>
Fix RuntimeError caused by analyzing live objects with
<code>__getattribute__</code> or ...</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/6aeafd586b00390c724863d9ff8b79755cb9bdc8"><code>6aeafd5</code></a>
Bump pylint in pre-commit configuration to 3.2.7</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/d52799b6e8359d89f20f020d77e98a71d2cde20f"><code>d52799b</code></a>
Bump astroid to 3.3.8, update changelog</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/68714dfe0bce926f5783212d9a2a5cdaedbc8264"><code>68714df</code></a>
[Backport maintenance/3.3.x] Another attempt at fixing the
<code>collections.abc</code> ...</li>
<li><a
href="https://github.com/pylint-dev/astroid/commit/7cfbad135cbfea51cf8298cd506c0ee03bd42d8a"><code>7cfbad1</code></a>
Skip flaky recursion test on PyPy (<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2661">#2661</a>)
(<a
href="https://redirect.github.com/pylint-dev/astroid/issues/2663">#2663</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/astroid/compare/v3.3.6...v3.3.9">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 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 e118733 commit a57c4deCopy full SHA for a57c4de
1 file changed
+3
-3
lines changed+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
0 commit comments