Skip to content

Commit 241e156

Browse files
authored
Merge branch 'main' into fix/rendering_issues
2 parents 3c9f8bf + 04c4828 commit 241e156

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
needs: labeler
7373
steps:
7474
- name: Suggest to add labels
75-
uses: peter-evans/create-or-update-comment@v4
75+
uses: peter-evans/create-or-update-comment@v5
7676
# Execute only when no labels have been applied to the pull request
7777
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
7878
with:

_package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ doc = [
4040
"linuxdoc==20240924",
4141
"numpy==2.2.6",
4242
"numpydoc==1.9.0",
43-
"pandas==2.3.1",
43+
"pandas==2.3.3",
4444
"parse==1.20.2",
4545
"pydata_sphinx_theme==0.16.1",
4646
"pypandoc==1.15",

0 commit comments

Comments
 (0)