We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2dde72 commit ae0ab87Copy full SHA for ae0ab87
WORKSPACE
@@ -17,9 +17,9 @@ bazel_skylib_workspace()
17
18
http_archive(
19
name = "rules_python",
20
- sha256 = "9acc0944c94adb23fba1c9988b48768b1bacc6583b52a2586895c5b7491e2e31",
21
- strip_prefix = "rules_python-0.27.0",
22
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.27.0/rules_python-0.27.0.tar.gz",
+ sha256 = "e85ae30de33625a63eca7fc40a94fea845e641888e52f32b6beea91e8b1b2793",
+ strip_prefix = "rules_python-0.27.1",
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.27.1/rules_python-0.27.1.tar.gz",
23
)
24
25
load("@rules_python//python:repositories.bzl", "py_repositories")
0 commit comments