Skip to content

Commit 0e6a178

Browse files
Bump actions/setup-python from 5 to 6 in the actions group (#13409)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <[email protected]>
1 parent bb8d760 commit 0e6a178

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
with:
1717
persist-credentials: false
18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: '3.12'
2121
- run: pip install --upgrade towncrier pygithub gitpython numpy

.github/workflows/credit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v5
2121
with:
2222
persist-credentials: true
23-
- uses: actions/setup-python@v5
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: '3.12'
2626
- run: pip install pygithub -e .

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
with:
2121
persist-credentials: false
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.10'
2525
- name: Install dependencies

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929
with:
3030
persist-credentials: false
31-
- uses: actions/setup-python@v5
31+
- uses: actions/setup-python@v6
3232
with:
3333
python-version: '3.13'
3434
- uses: pre-commit/[email protected]
@@ -118,7 +118,7 @@ jobs:
118118
pyvista: false
119119
wm: false
120120
# Python (if pip)
121-
- uses: actions/setup-python@v5
121+
- uses: actions/setup-python@v6
122122
with:
123123
python-version: ${{ matrix.python }}
124124
if: startswith(matrix.kind, 'pip')

doc/changes/names.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
.. _Harrison Ritz: https://github.com/harrisonritz
113113
.. _Hasrat Ali Arzoo: https://github.com/hasrat17
114114
.. _Henrich Kolkhorst: https://github.com/hekolk
115-
.. _Hongjiang Ye: https://github.com/hongjiang-ye
115+
.. _Hongjiang Ye: https://github.com/ye-hongjiang
116116
.. _Hubert Banville: https://github.com/hubertjb
117117
.. _Hyonyoung Shin: https://github.com/mcvain
118118
.. _Hüseyin Orkun Elmas: https://github.com/HuseyinOrkun

doc/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,11 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
650650
"https://doi.org/10.1073/", # pnas.org
651651
"https://doi.org/10.1080/", # www.tandfonline.com
652652
"https://doi.org/10.1088/", # www.tandfonline.com
653+
"https://doi.org/10.1090/", # ams.org
653654
"https://doi.org/10.1093/", # academic.oup.com/sleep/
654655
"https://doi.org/10.1098/", # royalsocietypublishing.org
655656
"https://doi.org/10.1101/", # www.biorxiv.org
656-
"https://doi.org/10.1103", # journals.aps.org/rmp
657+
"https://doi.org/10.1103/", # journals.aps.org/rmp
657658
"https://doi.org/10.1111/", # onlinelibrary.wiley.com/doi/10.1111/psyp
658659
"https://doi.org/10.1126/", # www.science.org
659660
"https://doi.org/10.1137/", # epubs.siam.org
@@ -663,7 +664,9 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
663664
"https://doi.org/10.1162/", # direct.mit.edu/neco/article/
664665
"https://doi.org/10.1167/", # jov.arvojournals.org
665666
"https://doi.org/10.1177/", # journals.sagepub.com
667+
"https://doi.org/10.1523/", # jneurosci.org
666668
"https://doi.org/10.3109/", # www.tandfonline.com
669+
"https://doi.org/10.3390/", # mdpi.com
667670
"https://hms.harvard.edu/", # doc/funding.rst
668671
"https://stackoverflow.com/questions/21752259/python-why-pickle", # doc/help/faq
669672
"https://www.biorxiv.org/content/10.1101/", # biorxiv.org
@@ -675,6 +678,8 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
675678
"http://prdownloads.sourceforge.net/optipng",
676679
"https://sourceforge.net/projects/aespa/files/",
677680
"https://sourceforge.net/projects/ezwinports/files/",
681+
r"https://.*\.sourceforge\.net/",
682+
"https://www.cogsci.nl/smathot",
678683
"https://www.mathworks.com/products/compiler/matlab-runtime.html",
679684
"https://medicine.umich.edu/dept/khri/ross-maddox-phd",
680685
# TODO https://github.com/mne-tools/curry-python-reader/issues/5

doc/sphinxext/related_software.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
"Summary": "DICOM to NIfTI converter",
7575
},
7676
# TODO: these do not set a valid homepage or documentation page on PyPI
77+
"python-picard": { # https://github.com/mind-inria/picard/issues/60
78+
"Home-page": "https://github.com/mind-inria/picard",
79+
"Summary": "Preconditioned ICA for Real Data",
80+
},
7781
"eeg_positions": {
7882
"Home-page": "https://eeg-positions.readthedocs.io",
7983
"Summary": "Compute and plot standard EEG electrode positions.",

0 commit comments

Comments
 (0)