Skip to content

Commit bba0759

Browse files
build(deps): bump astroid from 3.3.9 to 3.3.11 in /docs (#3164)
Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.3.9 to 3.3.11. <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.11</h2> <ul> <li> <p>Fix a crash when parsing an empty arbitrary expression with <code>extract_node</code> (<code>extract_node(&quot;__()&quot;)</code>).</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/2734">#2734</a></p> </li> <li> <p>Fix a crash when parsing a slice called in a decorator on a function that is also decorated with a known <code>six</code> decorator.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/2721">#2721</a></p> </li> </ul> <h2>v3.3.10</h2> <ul> <li> <p>Avoid importing submodules sharing names with standard library modules.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/2684">#2684</a></p> </li> <li> <p>Fix bug where <code>pylint code.custom_extension</code> would analyze <code>code.py</code> or <code>code.pyi</code> instead if they existed.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/3631">pylint-dev/pylint#3631</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.11?</h1> <p>Release date: 2025-07-13</p> <ul> <li> <p>Fix a crash when parsing an empty arbitrary expression with <code>extract_node</code> (<code>extract_node(&quot;__()&quot;)</code>).</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/2734">#2734</a></p> </li> <li> <p>Fix a crash when parsing a slice called in a decorator on a function that is also decorated with a known <code>six</code> decorator.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/2721">#2721</a></p> </li> </ul> <h1>What's New in astroid 3.3.10?</h1> <p>Release date: 2025-05-10</p> <ul> <li> <p>Avoid importing submodules sharing names with standard library modules.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/2684">#2684</a></p> </li> <li> <p>Fix bug where <code>pylint code.custom_extension</code> would analyze <code>code.py</code> or <code>code.pyi</code> instead if they existed.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/3631">pylint-dev/pylint#3631</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/astroid/commit/fbea510b9e7604be0afea5b25ca6b51a73f09870"><code>fbea510</code></a> Bump astroid to 3.3.11, update changelog (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2777">#2777</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/bf3977c3793be0e2111220864e02f8040fcaeb7f"><code>bf3977c</code></a> Include subclasses of standard property classes as property decorators (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2735">#2735</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/18f96261f4736a10fc7b6824c4d0fed922b05c4b"><code>18f9626</code></a> Use custom Github App to authenticate backport job (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2751">#2751</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2752">#2752</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/c1d9c73fd724dd1dd7ec64195f93e86be32414c6"><code>c1d9c73</code></a> Improve backport job permissions (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2750">#2750</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/b1adb1c1b58e1f7a13751bc52c33d124364633be"><code>b1adb1c</code></a> [Backport maintenance/3.3.x] Initial fixes for Python 3.14 (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2747">#2747</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2748">#2748</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/0aaf2131e8694c0009781b4144685d1c84d1f36a"><code>0aaf213</code></a> [fix] Prevent crash on slice decorator for 'six' decorated function (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2738">#2738</a>) (...</li> <li><a href="https://github.com/pylint-dev/astroid/commit/c8bd28a53b919f1c0be4f71f3c6de3d26073d520"><code>c8bd28a</code></a> [fix] Crash when parsing an empty arbitrary expression with <code>extract_node</code> ...</li> <li><a href="https://github.com/pylint-dev/astroid/commit/a3623682a5e1e07f4f331b6b0a5f77e257d81b96"><code>a362368</code></a> Bump astroid to 3.3.10, update changelog (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2730">#2730</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/d87efc6185573da387df4e5fbe5a8c3cca185487"><code>d87efc6</code></a> Pick correct file if two files with the same name but with different extensio...</li> <li><a href="https://github.com/pylint-dev/astroid/commit/e29d7267a0053766415f7f45ffa839c335776a6b"><code>e29d726</code></a> [setuptools] Upgrade the license handling for latest setuptools</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/astroid/compare/v3.3.9...v3.3.11">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.9&new-version=3.3.11)](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 e8faf10 commit bba0759

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ alabaster==1.0.0 \
99
--hash=sha256:c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e \
1010
--hash=sha256:fc6786402dc3fcb2de3cabd5fe455a2db534b371124f1f21de8731783dec828b
1111
# via sphinx
12-
astroid==3.3.9 \
13-
--hash=sha256:622cc8e3048684aa42c820d9d218978021c3c3d174fb03a9f0d615921744f550 \
14-
--hash=sha256:d05bfd0acba96a7bd43e222828b7d9bc1e138aaeb0649707908d3702a9831248
12+
astroid==3.3.11 \
13+
--hash=sha256:1e5a5011af2920c7c67a53f65d536d65bfa7116feeaf2354d8b94f29573bb0ce \
14+
--hash=sha256:54c760ae8322ece1abd213057c4b5bba7c49818853fc901ef09719a60dbf9dec
1515
# via sphinx-autodoc2
1616
babel==2.17.0 \
1717
--hash=sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d \

0 commit comments

Comments
 (0)