Skip to content

Commit d7d5dd4

Browse files
Merge branch 'master' into bf-zarr-upload2
2 parents 1a35018 + 34af06f commit d7d5dd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
down -v
179179
180180
- name: Upload coverage to Codecov
181-
uses: codecov/codecov-action@v5
181+
uses: codecov/codecov-action@v6
182182
with:
183183
token: ${{ secrets.CODECOV_TOKEN }}
184184
files: ./coverage.xml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies = [
6666
"pydantic ~= 2.0",
6767
"pynwb >= 1.0.3,!=1.1.0,!=2.3.0",
6868
"numcodecs < 0.16",
69-
"nwbinspector >= 0.4.28,!=0.4.32",
69+
"nwbinspector >= 0.7.0",
7070
"pyout >=0.5, !=0.6.0",
7171
"python-dateutil",
7272
"requests ~= 2.20",

0 commit comments

Comments
 (0)