From 674f386dd47cb1de2642385dd69019d29132321e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:18:03 +0000 Subject: [PATCH] Bump nbmake from 1.5.3 to 1.5.4 Bumps [nbmake](https://github.com/treebeardtech/nbmake) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/treebeardtech/nbmake/releases) - [Commits](https://github.com/treebeardtech/nbmake/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: nbmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6e8cc2e..a874b163 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ strict = [ "pydefect==0.9.4", ] -tests = ["pytest==8.2.1", "pytest-cov==5.0.0", "nbmake==1.5.3"] +tests = ["pytest==8.2.1", "pytest-cov==5.0.0", "nbmake==1.5.4"] [tool.setuptools.dynamic] readme = { file = ["README.md"] }