From 745797570ca827534eda18132a0027116d4a39b4 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Tue, 28 Feb 2023 14:07:13 -0800 Subject: [PATCH] Update dependency rules_python to v0.19.0 --- bzl/deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bzl/deps.bzl b/bzl/deps.bzl index 9182fe048b..9c8c8f0144 100644 --- a/bzl/deps.bzl +++ b/bzl/deps.bzl @@ -25,9 +25,9 @@ def fetch_dependencies(): http_archive( name = "rules_python", - sha256 = "29a801171f7ca190c543406f9894abf2d483c206e14d6acbd695623662320097", - strip_prefix = "rules_python-0.18.1", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.18.1.tar.gz", + sha256 = "ffc7b877c95413c82bfd5482c017edcf759a6250d8b24e82f41f3c8b8d9e287e", + strip_prefix = "rules_python-0.19.0", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.19.0.tar.gz", ) http_archive(