-
-
Notifications
You must be signed in to change notification settings - Fork 617
Commit bba0759
authored
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("__()")</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("__()")</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 />
[](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 bba0759Copy full SHA for bba0759
File tree
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedFilter options
- docs
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changed+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
0 commit comments