From 029c4f7f7d8db0bb3d87d887bd501de559c70d53 Mon Sep 17 00:00:00 2001 From: Aldo Date: Thu, 5 Sep 2024 11:53:49 +0200 Subject: [PATCH] tox-nb: update nbmake to make it work on 3.12 --- poetry.lock | 2 +- pyproject.toml | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c4c06c0..e66e8841 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5513,4 +5513,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "fb8978e54bfb79c61c66694fc9d61ef468234ffcd4ca7456b5f6c75d2709b80d" +content-hash = "ee3d84b68404cda9bf032629517244a4283b75abb48588c8a32546440872fe7e" diff --git a/pyproject.toml b/pyproject.toml index 80daa597..1ad6ab41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ mkdocstrings = "^0.22.0" mkdocstrings-python-legacy = "^0.2.3" mknotebooks = "^0.8.0" mypy = "^1.5.1" -nbmake = "^1.4.3" +nbmake = "^1.5.4" ndlib = "^5.1.1" pydocstyle = "^6.3.0" pymdown-extensions = "^10.3" diff --git a/tox.ini b/tox.ini index e5b93d81..966f4ea4 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ commands = deps = pytest==7.4.2 mesa==2.1.1 - nbmake==1.4.3 + nbmake==1.5.4 commands = pytest examples/tests_on_toy_model.ipynb --nbmake --nbmake-timeout=300 [testenv:mypy]