Skip to content

Commit

Permalink
chore(deps): update dependency rules_python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 17, 2023
1 parent 7c8be73 commit c726975
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_python",
version = "0.21.0",
version = "0.26.0",
)
bazel_dep(
name = "bazel_skylib",
Expand Down
6 changes: 3 additions & 3 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ def rules_haskell_dependencies():
maybe(
http_archive,
name = "rules_python",
sha256 = "94750828b18044533e98a129003b6a68001204038dc4749f40b195b24c38f49f",
strip_prefix = "rules_python-0.21.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.21.0/rules_python-0.21.0.tar.gz",
sha256 = "9acc0944c94adb23fba1c9988b48768b1bacc6583b52a2586895c5b7491e2e31",
strip_prefix = "rules_python-0.27.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.27.0/rules_python-0.27.0.tar.gz",
)

maybe(
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_python",
version = "0.21.0",
version = "0.26.0",
)
bazel_dep(
name = "rules_nixpkgs_go",
Expand Down

0 comments on commit c726975

Please sign in to comment.