We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ccd86 commit 9ccec7cCopy full SHA for 9ccec7c
1 file changed
packages/gapic-generator/WORKSPACE
@@ -22,9 +22,9 @@ http_archive(
22
],
23
)
24
25
-_rules_python_version = "0.24.0"
+_rules_python_version = "0.26.0"
26
27
-_rules_python_sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578"
+_rules_python_sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b"
28
29
http_archive(
30
name = "rules_python",
@@ -35,9 +35,10 @@ http_archive(
35
36
load("@rules_python//python:repositories.bzl", "py_repositories")
37
38
+py_repositories()
39
+
40
load("@rules_python//python:pip.bzl", "pip_parse")
41
-py_repositories()
42
43
pip_parse(
44
name = "gapic_generator_python_pip_deps",
0 commit comments