diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03080fb6..90bafb34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black args: [--quiet] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.0 + rev: v0.1.1 hooks: - id: ruff - repo: https://github.com/adrienverge/yamllint.git diff --git a/recipes/mne-python/construct.yaml b/recipes/mne-python/construct.yaml index 05003e6e..fde8df9f 100644 --- a/recipes/mne-python/construct.yaml +++ b/recipes/mne-python/construct.yaml @@ -61,10 +61,10 @@ channels: specs: # Python - python =3.11.5 - - pip =23.3 + - pip =23.3.1 - conda =23.9.0 - mamba =1.5.2 - - conda-libmamba-solver =23.9.1 + - conda-libmamba-solver =23.9.2 # MNE ecosystem # TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS START: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️ # - mne =1.4dev0=*_20230503 @@ -159,8 +159,8 @@ specs: - pytest-qt =4.2.0 - pytest-harvest =1.10.4 - pre-commit =3.5.0 - - ruff =0.1.0 - - black =23.9.1 + - ruff =0.1.1 + - black =23.10.0 - py-spy =0.3.14 - line_profiler =4.1.1 - memory_profiler =0.61.0 diff --git a/tests/test_outdated.py b/tests/test_outdated.py index 71a375a9..c05cc697 100644 --- a/tests/test_outdated.py +++ b/tests/test_outdated.py @@ -25,6 +25,7 @@ class Package: # noqa: D101 allowed_outdated: set[str] = { "python", # ignore 3.12.0rc3 + "tensorflow", # 3.13.1 conflicts with VTK } packages: list[Package] = []