Skip to content

Commit

Permalink
chore(deps): update dependency rules_python to v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2023
1 parent acd4f8a commit e541381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module(
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "rules_python", version = "0.19.0")
bazel_dep(name = "rules_python", version = "0.24.0")
bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.16.0")

Expand Down
6 changes: 3 additions & 3 deletions bazel_integration_test/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def bazel_integration_test_rules_dependencies():
maybe(
http_archive,
name = "rules_python",
sha256 = "a644da969b6824cc87f8fe7b18101a8a6c57da5db39caa6566ec6109f37d2141",
strip_prefix = "rules_python-0.20.0",
url = "https://github.com/bazelbuild/rules_python/archive/0.20.0.tar.gz",
sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578",
strip_prefix = "rules_python-0.24.0",
url = "https://github.com/bazelbuild/rules_python/archive/0.24.0.tar.gz",
)

0 comments on commit e541381

Please sign in to comment.