bazel(deps): bump rule_python 0.8.0 -> 0.8.1

This commit is contained in:
Corentin Le Molgat
2022-05-18 17:50:56 +02:00
committed by Mizux Seiha
parent b0bd3f9869
commit 0444fd779f

View File

@@ -102,7 +102,7 @@ cc_library(
## Bazel Python rules.
git_repository(
name = "rules_python",
tag = "0.8.0",
tag = "0.8.1",
remote = "https://github.com/bazelbuild/rules_python.git",
)