diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cba9ab50..8a7d19eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.11 + rev: v0.1.13 hooks: - id: ruff - id: ruff-format diff --git a/recipes/mne-python/construct.yaml b/recipes/mne-python/construct.yaml index 0eba5e4b..189052a5 100644 --- a/recipes/mne-python/construct.yaml +++ b/recipes/mne-python/construct.yaml @@ -101,7 +101,7 @@ specs: - libblas =3.9.0=*openblas - jupyter =1.0.0 - jupyterlab =4.0.10 - - ipykernel =6.28.0 + - ipykernel =6.29.0 - nb_conda_kernels =2.3.1 - spyder-kernels =2.5.0 - spyder =5.5.0 @@ -109,12 +109,12 @@ specs: - qdarkstyle =3.2.3 - numba =0.58.1 # I/O - - pyxdf =1.16.4 + - pyxdf =1.16.5 - openpyxl =3.1.2 - xlrd =2.0.1 - snirf =0.7.4 # Statistics - - pingouin =0.5.3 + - pingouin =0.5.4 # MRI - fsleyes =1.10.1 - dcm2niix =1.0.20230411 @@ -137,7 +137,7 @@ specs: # various biological signals (ECG, EOG, EMG, …) - neurokit2 =0.2.7 # GitHub client, https://cli.github.com - - gh =2.41.0 + - gh =2.42.0 # NeuroSpin needs the following - questionary =2.0.1 - pqdm =0.2.0 @@ -152,8 +152,8 @@ specs: - ipywidgets =8.1.1 - pyvista =0.42.3 - pyvistaqt =0.11.0 - - trame =3.5.0 - - trame-vtk =2.6.3 + - trame =3.5.1 + - trame-vtk =2.7.0 - trame-vuetify =2.3.1 - termcolor =2.4.0 # Development @@ -164,7 +164,7 @@ specs: - pytest-harvest =1.10.4 - pytest-timeout =2.2.0 - pre-commit =3.6.0 - - ruff =0.1.11 + - ruff =0.1.13 - check-manifest =0.49.0 - codespell =2.2.6 - nitime =0.10.2 @@ -184,7 +184,7 @@ specs: - selenium =4.16.0 - sphinx-design =0.5.0 - sphinx-gallery =0.15.0 - - sphinxcontrib-bibtex =2.6.1 + - sphinxcontrib-bibtex =2.6.2 - sphinx-copybutton =0.5.2 - sphinxcontrib-youtube =1.4.1 diff --git a/tests/test_outdated.py b/tests/test_outdated.py index 541c4a20..f3fe7337 100644 --- a/tests/test_outdated.py +++ b/tests/test_outdated.py @@ -33,6 +33,7 @@ class Package: # noqa: D101 "graphviz", # conflicts with VTK "pydata-sphinx-theme", # haven't updated to latest version in our conf.py "pyvista", # incompatible with 1.6.0 + "openblas", # Needs https://github.com/conda-forge/blas-feedstock/pull/113 } packages: list[Package] = []