From 6da4e21bf30eba77c41ab5c5a35dde05f0e3f2f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 23:33:44 +0000 Subject: [PATCH] chore(deps): update dependency rules_python to v0.14.0 --- py/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/repositories.bzl b/py/repositories.bzl index b8049d4a..b44cee7b 100644 --- a/py/repositories.bzl +++ b/py/repositories.bzl @@ -55,7 +55,7 @@ bzl_library( ) EOF """], - sha256 = "8c8fe44ef0a9afc256d1e75ad5f448bb59b81aba149b8958f02f7b3a98f5d9b4", - strip_prefix = "rules_python-0.13.0", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.13.0.tar.gz", + sha256 = "a868059c8c6dd6ad45a205cca04084c652cfe1852e6df2d5aca036f6e5438380", + strip_prefix = "rules_python-0.14.0", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.14.0.tar.gz", )