Skip to content

Commit 71c969f

Browse files
Bump tree-sitter-python from 0.23.6 to 0.25.0 (#792)
Bumps [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) from 0.23.6 to 0.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tree-sitter/tree-sitter-python/releases">tree-sitter-python's releases</a>.</em></p> <blockquote> <h2>v0.25.0</h2> <p><strong>NOTE:</strong> Download <code>tree-sitter-python.tar.gz</code> for the <em>complete</em> source code.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tree-sitter/tree-sitter-python/commit/293fdc02038ee2bf0e2e206711b69c90ac0d413f"><code>293fdc0</code></a> 0.25.0</li> <li><a href="https://github.com/tree-sitter/tree-sitter-python/commit/34a91a25148ef5665d061eb7b17da71f4dba5be5"><code>34a91a2</code></a> chore: generate</li> <li><a href="https://github.com/tree-sitter/tree-sitter-python/commit/8ad8a51712c3f42feef039f9c358b59e035845c0"><code>8ad8a51</code></a> ci: update failing files</li> <li><a href="https://github.com/tree-sitter/tree-sitter-python/commit/a0b84ed4d2fcafdf5c4c28b88875b16ac7d668d6"><code>a0b84ed</code></a> test: update tests</li> <li><a href="https://github.com/tree-sitter/tree-sitter-python/commit/1b1ca93298f0a67987abbda88a861d65da28cdb4"><code>1b1ca93</code></a> fix: give a higher lexical precedence to the <code>*</code> in <code>except*</code></li> <li><a href="https://github.com/tree-sitter/tree-sitter-python/commit/a4c106f37ade66eb0d184935d7e897c672635b1a"><code>a4c106f</code></a> feat: allow multiple exception expressions without parenthesis</li> <li><a href="https://github.com/tree-sitter/tree-sitter-python/commit/29e3bc2baf6b16eac59c3b54e81ace4ca123e04f"><code>29e3bc2</code></a> refactor!: simplify exceptions</li> <li><a href="https://github.com/tree-sitter/tree-sitter-python/commit/d8f9e696415c1c549909f6d24c6796d9e1b55c1b"><code>d8f9e69</code></a> feat: add PEP 750 template string support</li> <li><a href="https://github.com/tree-sitter/tree-sitter-python/commit/7ff26dacd720393d3cfeda14351f168a79146a33"><code>7ff26da</code></a> feat: simplify try statement by accepting missing else/except/finally blocks</li> <li><a href="https://github.com/tree-sitter/tree-sitter-python/commit/afdba005d0bfba9951dc336939bbc0ab67ac9df1"><code>afdba00</code></a> build: update bindings</li> <li>Additional commits viewable in <a href="https://github.com/tree-sitter/tree-sitter-python/compare/v0.23.6...v0.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tree-sitter-python&package-manager=pip&previous-version=0.23.6&new-version=0.25.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6520039 commit 71c969f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ sarif-om==1.0.4
1111
jschema-to-python==1.2.3
1212
tree-sitter-go==0.25.0
1313
tree-sitter-java==0.23.5
14-
tree-sitter-python==0.23.6
14+
tree-sitter-python==0.25.0
1515
pyyaml==6.0.2

0 commit comments

Comments
 (0)