-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bundled "upgraded" workflow to actually update dependencies (#89)
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
# pinned dependencies to reproduce an entire development environment to | ||
# run tests, check code style, and generate documentation | ||
black==24.3.0 | ||
codespell==2.2.6 | ||
coverage==7.4.4 | ||
hdmf==3.13.0 | ||
black==24.4.2 | ||
codespell==2.3.0 | ||
coverage==7.5.4 | ||
hdmf==3.14.1 | ||
hdmf-docutils==0.4.7 | ||
nwbwidgets==0.11.3 | ||
pre-commit==3.5.0 | ||
pynwb==2.6.0 | ||
pytest==8.1.1 | ||
pre-commit==3.5.0 # latest pre-commit does not support py3.8 | ||
pynwb==2.8.0 | ||
pytest==8.2.2 | ||
pytest-cov==5.0.0 | ||
pytest-subtests==0.12.1 | ||
python-dateutil==2.8.2 | ||
ruff==0.3.4 | ||
tox==4.14.2 | ||
ruff==0.4.10 |