From 1fd846c299656c723a705efd60bb60a87b59698f Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Sat, 15 Apr 2023 10:02:43 -0700 Subject: [PATCH] Update dependency rules_python to v0.20.0 --- bzl/deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bzl/deps.bzl b/bzl/deps.bzl index e65fc376f9..f9c476d2fe 100644 --- a/bzl/deps.bzl +++ b/bzl/deps.bzl @@ -25,9 +25,9 @@ def fetch_dependencies(): http_archive( name = "rules_python", - sha256 = "ffc7b877c95413c82bfd5482c017edcf759a6250d8b24e82f41f3c8b8d9e287e", - strip_prefix = "rules_python-0.19.0", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.19.0.tar.gz", + sha256 = "a644da969b6824cc87f8fe7b18101a8a6c57da5db39caa6566ec6109f37d2141", + strip_prefix = "rules_python-0.20.0", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.20.0.tar.gz", ) http_archive(