From 9ac6ac9bcfaddd4a9a58e481550cbbf5ac5a023c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 1 Mar 2025 07:22:45 +0000
Subject: [PATCH] Update nanobind requirement from <2.5.0 to <2.6.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.5.0)

---
updated-dependencies:
- dependency-name: nanobind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 42dc4bc..a6016b6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -45,7 +45,7 @@ develop = [
     "twine",
     "wheel",
     # test
-    "nanobind<2.5.0",  # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b
+    "nanobind<2.6.0",  # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b
     "pybind11",
     "pytest",
     "pytest-cov",