Bump the rules_python version

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-03 20:25:15 -06:00
parent b41b422048
commit 4d37f0f49a

View file

@ -39,7 +39,7 @@ bazel_skylib_workspace()
git_repository( git_repository(
name = "rules_python", name = "rules_python",
remote = "https://github.com/bazelbuild/rules_python.git", remote = "https://github.com/bazelbuild/rules_python.git",
tag = "0.2.0", tag = "0.3.0",
) )
# pip package pinnings need to be initialized. # pip package pinnings need to be initialized.