Skip to content

Commit fe4c554

Browse files
authored
Merge branch 'main' into docs/add_latest_changes
2 parents e1aaa1f + 04c4828 commit fe4c554

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ doc = [
6363
"jupyter_sphinx==0.5.3",
6464
"numpy==2.2.6",
6565
"numpydoc==1.8.0",
66-
"pandas==2.3.1",
66+
"pandas==2.3.2",
6767
"parse==1.20.2",
6868
"pypandoc==1.15",
6969
"pytest-sphinx==0.6.3",

0 commit comments

Comments
 (0)