Skip to content

Commit 7f95c19

Browse files
committed
examples: update MODULE.bazel
1 parent ae323de commit 7f95c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "1.0.0")
2-
bazel_dep(name = "rules_python", version = "1.5.1")
2+
bazel_dep(name = "rules_python", version = "1.6.3")
33
bazel_dep(name = "pybind11_bazel")
44
local_path_override(
55
module_name = "pybind11_bazel",

examples/embed/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 = "1.0.0")
2-
bazel_dep(name = "rules_python", version = "1.5.1")
2+
bazel_dep(name = "rules_python", version = "1.6.3")
33
bazel_dep(name = "pybind11_bazel")
44
local_path_override(
55
module_name = "pybind11_bazel",

0 commit comments

Comments
 (0)