From 7a971238d3fb45e6e15dbb6a5cb0d24e5e623c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:23:41 +0000 Subject: [PATCH 1/3] Bump mamba-org/setup-micromamba from 1 to 2 in the actions group Bumps the actions group with 1 update: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `mamba-org/setup-micromamba` from 1 to 2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v1...v2) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 999811f5..b7d5b75a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: shell: bash -el {0} steps: - uses: actions/checkout@v4 - - uses: mamba-org/setup-micromamba@v1 + - uses: mamba-org/setup-micromamba@v2 with: environment-file: environment.yml - run: ./tools/extract_version.sh @@ -80,7 +80,7 @@ jobs: shell: bash -el {0} steps: - uses: actions/checkout@v4 - - uses: mamba-org/setup-micromamba@v1 + - uses: mamba-org/setup-micromamba@v2 with: environment-file: environment.yml - run: ./tools/extract_version.sh @@ -105,7 +105,7 @@ jobs: shell: bash -el {0} steps: - uses: actions/checkout@v4 - - uses: mamba-org/setup-micromamba@v1 + - uses: mamba-org/setup-micromamba@v2 with: environment-file: environment.yml - run: conda install -c conda-forge -y "nsis==3.08" From 8414352e4ce4a16cb52dc11044f1426ef9c30aa8 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:26:23 +0000 Subject: [PATCH 2/3] [autofix.ci] apply automated fixes --- recipes/mne-python/construct.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/recipes/mne-python/construct.yaml b/recipes/mne-python/construct.yaml index 2963f5fd..a433af35 100644 --- a/recipes/mne-python/construct.yaml +++ b/recipes/mne-python/construct.yaml @@ -59,7 +59,7 @@ specs: # Python - python =3.12.5 # allow_outdated - pip =24.2 - - conda =24.9.0 + - conda =24.9.1 - mamba =1.5.10 # allow_outdated, 2.0 has issues needing a libmamba that is missing # MNE ecosystem # TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS START: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️ @@ -90,7 +90,7 @@ specs: - autoreject =0.4.3 - antio =0.4.0 # MRI - - fsleyes =1.12.5 + - fsleyes =1.12.6 - dcm2niix =1.0.20240202 - dipy =1.9.0 # Time-frequency analysis @@ -112,7 +112,7 @@ specs: - neurokit2 =0.2.10 - mnelab =0.9.1 # other - - pyriemann =0.6 + - pyriemann =0.7 - pyprep =0.4.3=*_1 - python-picard =0.7 - pybv =0.7.5 @@ -130,7 +130,7 @@ specs: - pyface =8.0.0=*_1 - imageio-ffmpeg =0.5.1 - pandas =2.2.3 - - polars =1.8.2 + - polars =1.9.0 - scipy =1.14.1 - openblas =0.3.27 # allow_outdated, scipy / numpy not updated yet - libblas =3.9.0=*openblas @@ -160,7 +160,7 @@ specs: # https://github.com/conda-forge/matplotlib-feedstock/blob/main/recipe/meta.yaml - matplotlib-base =3.9.2 - tornado =6.4.1 - - pyside6 =6.7.2=*_1 + - pyside6 =6.7.3=*_1 - qt6-main =6.7.2 # allow_outdated, pyside6 not updated yet - ipympl =0.9.4 - qtpy =2.4.1 @@ -173,17 +173,17 @@ specs: - trame =3.6.5 - trame-vtk =2.8.10 - trame-vuetify =2.7.1 - - termcolor =2.4.0 + - termcolor =2.5.0 - defusedxml =0.7.1 # Development - - gh =2.57.0 + - gh =2.58.0 - setuptools_scm =8.1.0 - pytest =8.3.3 - pytest-cov =5.0.0 - pytest-qt =4.4.0 - pytest-timeout =2.3.1 - - pre-commit =3.8.0 - - ruff =0.6.8 + - pre-commit =4.0.0 + - ruff =0.6.9 - uv =0.4.17 - check-manifest =0.49.0 - codespell =2.3.0 @@ -195,7 +195,7 @@ specs: - hatch-vcs =0.4.0 - mypy =1.11.2 - towncrier =23.11.0 # allow_outdated, 24.7.1 doesn't work with sphinxcontrib-towncrier - - vulture =2.12 + - vulture =2.13 # Doc building - numpydoc =1.8.0 - pydata-sphinx-theme =0.15.4 @@ -208,7 +208,7 @@ specs: - sphinxcontrib-bibtex =2.6.3 - sphinx-copybutton =0.5.2 - sphinxcontrib-youtube =1.4.1 - - intersphinx-registry =0.2410.1 + - intersphinx-registry =0.2410.4 # OS-specific - git =2.46.2 # [win] - make =4.4.1 # [win] From 8f07a40bb158210e2414bcc4a3c2a06d22d421ba Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 7 Oct 2024 10:33:44 -0400 Subject: [PATCH 3/3] FIX: Bump --- recipes/mne-python/construct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/mne-python/construct.yaml b/recipes/mne-python/construct.yaml index a433af35..6d282a2e 100644 --- a/recipes/mne-python/construct.yaml +++ b/recipes/mne-python/construct.yaml @@ -161,7 +161,7 @@ specs: - matplotlib-base =3.9.2 - tornado =6.4.1 - pyside6 =6.7.3=*_1 - - qt6-main =6.7.2 # allow_outdated, pyside6 not updated yet + - qt6-main =6.7.3 - ipympl =0.9.4 - qtpy =2.4.1 - seaborn =0.13.2