From 12a2a86d095b5cd5b5ef1d3777fee81602d1b6ac Mon Sep 17 00:00:00 2001 From: Matt Mackay Date: Thu, 2 Jun 2022 21:50:13 -0400 Subject: [PATCH] chore: update rules_python to 0.8.1 --- py/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/repositories.bzl b/py/repositories.bzl index d213b07b..a73323c1 100644 --- a/py/repositories.bzl +++ b/py/repositories.bzl @@ -39,7 +39,7 @@ def rules_py_dependencies(): maybe( http_archive, name = "rules_python", - sha256 = "9fcf91dbcc31fde6d1edb15f117246d912c33c36f44cf681976bd886538deba6", - strip_prefix = "rules_python-0.8.0", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.8.0.tar.gz", + sha256 = "cdf6b84084aad8f10bf20b46b77cb48d83c319ebe6458a18e9d2cebf57807cdd", + strip_prefix = "rules_python-0.8.1", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.8.1.tar.gz", )