From 3fd230b33dff009241e1113ce8c96c0c4ef792a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:00:49 +0000 Subject: [PATCH] build(deps-dev): update nbstripout requirement from ^0.7 to >=0.7,<0.9 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](https://github.com/kynan/nbstripout/compare/0.7.0...0.8.0) --- updated-dependencies: - dependency-name: nbstripout dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index feae642..7e19874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"