Skip to content

Commit ccdc8d0

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents b8c2200 + dddda44 commit ccdc8d0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/setup-python@v6
112112
with:
113113
python-version: "3.10"
114-
- uses: actions/checkout@v5
114+
- uses: actions/checkout@v6
115115
- uses: pyvista/setup-headless-display-action@main
116116
with:
117117
qt: true

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# ruff PyBispectra
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.14.6
4+
rev: v0.14.8
55
hooks:
66
- id: ruff
77
name: ruff lint pybispectra
@@ -10,7 +10,7 @@ repos:
1010

1111
# ruff examples
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.14.6
13+
rev: v0.14.8
1414
hooks:
1515
- id: ruff
1616
name: ruff lint examples

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ classifiers = [
1010
"Programming Language :: Python :: 3",
1111
]
1212
dependencies = [
13-
"joblib>=1.1",
13+
"joblib>=1.2",
1414
"matplotlib>=3.6",
1515
"mne>=1.7",
1616
"numba>=0.56",

tools/requirements_old.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Oldest-supported dependency versions
2-
joblib==1.1
2+
joblib==1.2
33
matplotlib==3.6
44
mne==1.7
55
numba==0.56

0 commit comments

Comments
 (0)