Skip to content

Commit 95fe03a

Browse files
build(deps): bump astroid from 3.3.5 to 3.3.6 in /docs (#2490)
Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.3.5 to 3.3.6. <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.6?</h1> <p>Release date: 2024-12-08</p> <ul> <li> <p>Fix inability to import <code>collections.abc</code> in python 3.13.1.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/10112">pylint-dev/pylint#10112</a></p> </li> <li> <p>Fix crash when typing._alias() call is missing arguments.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/2513">#2513</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/astroid/commit/a1326794392f554a7971f0168eaabb437076033a"><code>a132679</code></a> Bump astroid to 3.3.6, update changelog</li> <li><a href="https://github.com/pylint-dev/astroid/commit/0834156734cbfbb7c3e634c0c4d95f352787793b"><code>0834156</code></a> Add compatibility with python 3.13.1 (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2647">#2647</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2649">#2649</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/80ce031c06defbf027f344714899d2eb5b2148c9"><code>80ce031</code></a> [Backport maintenance/3.3.x] Fix IndexError when typing._alias() has missing ...</li> <li>See full diff in <a href="https://github.com/pylint-dev/astroid/compare/v3.3.5...v3.3.6">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.5&new-version=3.3.6)](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> Co-authored-by: Richard Levasseur <[email protected]>
1 parent 727ab43 commit 95fe03a

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.5 \
14-
--hash=sha256:5cfc40ae9f68311075d27ef68a4841bdc5cc7f6cf86671b49f00607d30188e2d \
15-
--hash=sha256:a9d1c946ada25098d790e079ba2a1b112157278f3fb7e718ae6a9252f5835dc8
13+
astroid==3.3.6 \
14+
--hash=sha256:6aaea045f938c735ead292204afdb977a36e989522b7833ef6fea94de743f442 \
15+
--hash=sha256:db676dc4f3ae6bfe31cda227dc60e03438378d7a896aec57422c95634e8d722f
1616
# via sphinx-autodoc2
1717
babel==2.16.0 \
1818
--hash=sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b \

0 commit comments

Comments
 (0)