diff --git a/bazel/benchmark_deps.bzl b/bazel/benchmark_deps.bzl index 4fb45a53..cb908cd5 100644 --- a/bazel/benchmark_deps.bzl +++ b/bazel/benchmark_deps.bzl @@ -45,7 +45,7 @@ def benchmark_deps(): new_git_repository( name = "nanobind", remote = "https://github.com/wjakob/nanobind.git", - tag = "v1.8.0", + tag = "v1.9.2", build_file = "@//bindings/python:nanobind.BUILD", recursive_init_submodules = True, )