Skip to content

Commit 26a14c7

Browse files
committed
bazel: fix warning
bump python dependency Signed-off-by: Øyvind Harboe <[email protected]>
1 parent aa611ef commit 26a14c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git_override(
1515
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
1616
)
1717

18-
bazel_dep(name = "rules_python", version = "0.31.0")
18+
bazel_dep(name = "rules_python", version = "1.2.0")
1919

2020
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
2121
python.toolchain(

0 commit comments

Comments
 (0)