From 2b11826079cf9691efb49ead56c56a3388f207e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 21:40:33 +0000 Subject: [PATCH] Bump nbmake from 1.5.4 to 1.5.5 Bumps [nbmake](https://github.com/treebeardtech/nbmake) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/treebeardtech/nbmake/releases) - [Commits](https://github.com/treebeardtech/nbmake/compare/v1.5.4...v1.5.5) --- updated-dependencies: - dependency-name: nbmake dependency-version: 1.5.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 24 ++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index a39373f..364f345 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -224,7 +224,7 @@ description = "Timeout context manager for asyncio programs" optional = false python-versions = ">=3.8" groups = ["main"] -markers = "python_version == \"3.10\"" +markers = "python_version < \"3.11\"" files = [ {file = "async_timeout-5.0.1-py3-none-any.whl", hash = "sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c"}, {file = "async_timeout-5.0.1.tar.gz", hash = "sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3"}, @@ -735,7 +735,7 @@ description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" groups = ["main", "dev", "test"] -markers = "python_version == \"3.10\"" +markers = "python_version < \"3.11\"" files = [ {file = "exceptiongroup-1.2.1-py3-none-any.whl", hash = "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad"}, {file = "exceptiongroup-1.2.1.tar.gz", hash = "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16"}, @@ -1844,21 +1844,21 @@ test = ["pep440", "pre-commit", "pytest", "testpath"] [[package]] name = "nbmake" -version = "1.5.4" +version = "1.5.5" description = "Pytest plugin for testing notebooks" optional = false -python-versions = "<4.0.0,>=3.8.0" +python-versions = ">=3.8.0" groups = ["dev"] files = [ - {file = "nbmake-1.5.4-py3-none-any.whl", hash = "sha256:8e440a61a7d4ab303064aa86b8d2c088177c89960e2b4a0f91a768dc9f68382b"}, - {file = "nbmake-1.5.4.tar.gz", hash = "sha256:56417fe80d50069671122955532df6e26369a23f68b9c6e2191ae9cfef19abb2"}, + {file = "nbmake-1.5.5-py3-none-any.whl", hash = "sha256:c6fbe6e48b60cacac14af40b38bf338a3b88f47f085c54ac5b8639ff0babaf4b"}, + {file = "nbmake-1.5.5.tar.gz", hash = "sha256:239dc868ea13a7c049746e2aba2c229bd0f6cdbc6bfa1d22f4c88638aa4c5f5c"}, ] [package.dependencies] ipykernel = ">=5.4.0" -nbclient = ">=0.6.6,<0.7.0" -nbformat = ">=5.0.8,<6.0.0" -Pygments = ">=2.7.3,<3.0.0" +nbclient = ">=0.6.6" +nbformat = ">=5.0.4" +pygments = ">=2.7.3" pytest = ">=6.1.0" [[package]] @@ -3178,7 +3178,7 @@ files = [ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] -markers = {main = "python_version == \"3.10\"", dev = "python_version == \"3.10\"", test = "python_full_version <= \"3.11.0a6\""} +markers = {main = "python_version < \"3.11\"", dev = "python_version < \"3.11\"", test = "python_full_version <= \"3.11.0a6\""} [[package]] name = "tomlkit" @@ -3464,4 +3464,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.13" -content-hash = "f81c1e97e5e4be5cf75563eb8486de282c5406b2aea8ed92fbf5d9de0005c098" +content-hash = "f27d34d4595ad74c5f97ef76032f628b7e7a578149870468a1c454a6564295ee" diff --git a/pyproject.toml b/pyproject.toml index 8e9fc58..2f80f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ json-repair = "^0.48.0" [tool.poetry.group.dev.dependencies] pre-commit = "^3.6.0" -nbmake = "^1.5.0" +nbmake = "^1.5.5" types-setuptools = "^69.0.0.0" ruff = "^0.3.0" commitizen = "^3.14.1"