From 3cd247fd6227c73342d06049781d9495bc132e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 07:43:07 +0000 Subject: [PATCH] Update nanobind requirement from <2.8.0 to <2.9.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.8.0) --- updated-dependencies: - dependency-name: nanobind dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c89714..9ab0077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ develop = [ "uv", "wheel", # test - "nanobind<2.8.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b + "nanobind<2.9.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b "pybind11", "pytest", "pytest-cov",