Skip to content

Commit 7b39074

Browse files
committed
bazel: update MODULE.bazel
1 parent c9c7b3a commit 7b39074

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ module(
44
version = "3.0.1",
55
)
66

7-
bazel_dep(name = "bazel_features", version = "1.36.0")
8-
bazel_dep(name = "bazel_skylib", version = "1.8.2")
7+
bazel_dep(name = "bazel_features", version = "1.43.0")
8+
bazel_dep(name = "bazel_skylib", version = "1.9.0")
99
bazel_dep(name = "platforms", version = "1.0.0")
10-
bazel_dep(name = "rules_cc", version = "0.2.9")
11-
bazel_dep(name = "rules_python", version = "1.6.3")
10+
bazel_dep(name = "rules_cc", version = "0.2.17")
11+
bazel_dep(name = "rules_python", version = "1.9.0")
1212

1313
internal_configure = use_extension("//:internal_configure.bzl", "internal_configure_extension")
1414
use_repo(internal_configure, "pybind11")

0 commit comments

Comments
 (0)