Skip to content

Commit 0205a1c

Browse files
committed
update deps
1 parent 63ad808 commit 0205a1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MODULE.bazel

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

7-
bazel_dep(name = "bazel_skylib", version = "1.7.1")
8-
bazel_dep(name = "platforms", version = "0.0.10")
9-
bazel_dep(name = "rules_cc", version = "0.0.9")
10-
bazel_dep(name = "rules_python", version = "0.34.0")
7+
bazel_dep(name = "bazel_skylib", version = "1.8.1")
8+
bazel_dep(name = "platforms", version = "1.0.0")
9+
bazel_dep(name = "rules_cc", version = "0.1.4")
10+
bazel_dep(name = "rules_python", version = "1.5.1")
1111

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

examples/basic/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bazel_dep(name = "platforms", version = "0.0.10")
2-
bazel_dep(name = "rules_python", version = "0.34.0")
2+
bazel_dep(name = "rules_python", version = "0.40.0")
33
bazel_dep(name = "pybind11_bazel")
44
local_path_override(
55
module_name = "pybind11_bazel",

0 commit comments

Comments
 (0)