Skip to content

Commit f5b9c3f

Browse files
authored
Merge pull request #4098 from oharboe/bazel-fix-warnings
build: update rules_python version to 1.8.5 to match resolved dependency
2 parents e1f0f35 + 70d9ce7 commit f5b9c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

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

17-
bazel_dep(name = "rules_python", version = "1.2.0")
17+
bazel_dep(name = "rules_python", version = "1.8.5")
1818
bazel_dep(name = "rules_shell", version = "0.6.1")
1919

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

0 commit comments

Comments
 (0)