Skip to content

Commit

Permalink
build(deps-dev): update nbstripout requirement from ^0.7 to >=0.7,<0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [nbstripout](https://github.com/kynan/nbstripout) to permit the latest version.
- [Release notes](https://github.com/kynan/nbstripout/releases)
- [Changelog](https://github.com/kynan/nbstripout/blob/main/CHANGELOG.md)
- [Commits](kynan/nbstripout@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: nbstripout
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 489ecac commit 3fd230b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ numpy = [ # numpy is not a direct dependency but is required by some of the gen
pytest = "^8.0"
pre-commit = "^3.3"
ipykernel = "^6.9"
nbstripout = "^0.7"
nbstripout = ">=0.7,<0.9"
ruff = ">=0.6"
pytest-cov = "^5.0"
codespell = "^2.2"
Expand Down

0 comments on commit 3fd230b

Please sign in to comment.