Skip to content

Commit 131c30c

Browse files
fix(deps): update deps (#59)
* chore(deps): update python-semantic-release/python-semantic-release action to v9.17.0 (#55) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update python-semantic-release/publish-action action to v9.17.0 (#54) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency tree-sitter to v0.24.0 (#53) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c582ef3 commit 131c30c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Update version and changelogs
9696
id: semantic-release
97-
uses: python-semantic-release/python-semantic-release@v9.16.1
97+
uses: python-semantic-release/python-semantic-release@v9.17.0
9898
with:
9999
build: false
100100
changelog: true
@@ -120,7 +120,7 @@ jobs:
120120
- name: Publish package distributions to GitHub Releases
121121
if: steps.semantic-release.outputs.released == 'true'
122122
id: publish-dist
123-
uses: python-semantic-release/publish-action@v9.16.1
123+
uses: python-semantic-release/publish-action@v9.17.0
124124
with:
125125
github_token: ${{ steps.app-token.outputs.token }}
126126
tag: ${{ steps.semantic-release.outputs.tag }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"mkdocstrings==0.27.0",
1313
"mkdocstrings-python==1.13.0",
1414
"charset-normalizer==3.4.1",
15-
"tree-sitter==0.23.2",
15+
"tree-sitter==0.24.0",
1616
"tree-sitter-matlab==1.0.3",
1717
]
1818
classifiers = [

0 commit comments

Comments
 (0)