Skip to content

Commit a57c4de

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ alabaster==1.0.0 \
1010
--hash=sha256:c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e \
1111
--hash=sha256:fc6786402dc3fcb2de3cabd5fe455a2db534b371124f1f21de8731783dec828b
1212
# via sphinx
13-
astroid==3.3.6 \
14-
--hash=sha256:6aaea045f938c735ead292204afdb977a36e989522b7833ef6fea94de743f442 \
15-
--hash=sha256:db676dc4f3ae6bfe31cda227dc60e03438378d7a896aec57422c95634e8d722f
13+
astroid==3.3.9 \
14+
--hash=sha256:622cc8e3048684aa42c820d9d218978021c3c3d174fb03a9f0d615921744f550 \
15+
--hash=sha256:d05bfd0acba96a7bd43e222828b7d9bc1e138aaeb0649707908d3702a9831248
1616
# via sphinx-autodoc2
1717
babel==2.17.0 \
1818
--hash=sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d \

0 commit comments

Comments
 (0)