Skip to content

Commit

Permalink
fix: upgrade rules_python to 0.26.0 (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Oct 26, 2023
1 parent e46b7ad commit 5d66387
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ http_archive(
],
)

_rules_python_version = "0.24.0"
_rules_python_version = "0.26.0"

_rules_python_sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578"
_rules_python_sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b"

http_archive(
name = "rules_python",
Expand All @@ -35,9 +35,10 @@ http_archive(

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

py_repositories()

load("@rules_python//python:pip.bzl", "pip_parse")

py_repositories()

pip_parse(
name = "gapic_generator_python_pip_deps",
Expand Down

0 comments on commit 5d66387

Please sign in to comment.