Skip to content

Commit 391fc20

Browse files
Update dependency rules_python
1 parent bfc80f4 commit 391fc20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

haskell/repositories.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ def rules_haskell_dependencies():
5858
maybe(
5959
http_archive,
6060
name = "rules_python",
61-
sha256 = "94750828b18044533e98a129003b6a68001204038dc4749f40b195b24c38f49f",
62-
strip_prefix = "rules_python-0.21.0",
63-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.21.0/rules_python-0.21.0.tar.gz",
61+
sha256 = "c6fb25d0ba0246f6d5bd820dd0b2e66b339ccc510242fd4956b9a639b548d113",
62+
strip_prefix = "rules_python-0.37.2",
63+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.37.2/rules_python-0.37.2.tar.gz",
6464
)
6565

6666
maybe(

rules_haskell_tests/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bazel_dep(
2929
)
3030
bazel_dep(
3131
name = "rules_python",
32-
version = "0.21.0",
32+
version = "0.37.1",
3333
)
3434
bazel_dep(
3535
name = "rules_nixpkgs_go",

0 commit comments

Comments
 (0)