From f7a6adbb8ca8607a5be4e243728c364b7bf9c653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:53:29 +0000 Subject: [PATCH 1/2] Update nanobind requirement from <2.13.0 to <2.14.0 Updates the requirements on [nanobind](https://github.com/wjakob/nanobind) to permit the latest version. - [Changelog](https://github.com/wjakob/nanobind/blob/master/docs/changelog.rst) - [Commits](https://github.com/wjakob/nanobind/compare/v0.0.1...v2.13.0) --- updated-dependencies: - dependency-name: nanobind dependency-version: 2.13.0 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 efe73e1..5e80fc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ develop = [ "uv", "wheel", # test - "nanobind<2.13.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b + "nanobind<2.14.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b "pybind11", "pytest", "pytest-cov", From 7ba24c2f755ef0dd9a3571a2a21307959be9781d Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:34:30 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e80fc4..a895dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ develop = [ "uv", "wheel", # test - "nanobind<2.14.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b + "nanobind", "pybind11", "pytest", "pytest-cov",