Skip to content

Commit 9ccec7c

Browse files
authored
fix: upgrade rules_python to 0.26.0 (#1825)
1 parent f9ccd86 commit 9ccec7c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

packages/gapic-generator/WORKSPACE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ http_archive(
2222
],
2323
)
2424

25-
_rules_python_version = "0.24.0"
25+
_rules_python_version = "0.26.0"
2626

27-
_rules_python_sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578"
27+
_rules_python_sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b"
2828

2929
http_archive(
3030
name = "rules_python",
@@ -35,9 +35,10 @@ http_archive(
3535

3636
load("@rules_python//python:repositories.bzl", "py_repositories")
3737

38+
py_repositories()
39+
3840
load("@rules_python//python:pip.bzl", "pip_parse")
3941

40-
py_repositories()
4142

4243
pip_parse(
4344
name = "gapic_generator_python_pip_deps",

0 commit comments

Comments
 (0)