Skip to content

Commit 9371569

Browse files
authored
deps: Bump rules_python -> 0.12.0 (envoyproxy#23231)
This reverts commit f307e71. Signed-off-by: Keith Smiley <[email protected]>
1 parent deded6d commit 9371569

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bazel/repositories_extra.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def envoy_dependencies_extra(python_version = PYTHON_VERSION):
1717
python_register_toolchains(
1818
name = "python%s" % ("_".join(python_version.split(".")[:-1])),
1919
python_version = python_version,
20+
ignore_root_user_error = True,
2021
)
2122

2223
aspect_bazel_lib_dependencies()

bazel/repository_locations.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -907,9 +907,9 @@ REPOSITORY_LOCATIONS_SPEC = dict(
907907
project_name = "Python rules for Bazel",
908908
project_desc = "Bazel rules for the Python language",
909909
project_url = "https://github.com/bazelbuild/rules_python",
910-
version = "0.10.2",
911-
sha256 = "a3a6e99f497be089f81ec082882e40246bfd435f52f4e82f37e89449b04573f6",
912-
release_date = "2022-07-14",
910+
version = "0.12.0",
911+
sha256 = "b593d13bb43c94ce94b483c2858e53a9b811f6f10e1e0eedc61073bd90e58d9c",
912+
release_date = "2022-08-29",
913913
strip_prefix = "rules_python-{version}",
914914
urls = ["https://github.com/bazelbuild/rules_python/archive/{version}.tar.gz"],
915915
use_category = ["build"],

0 commit comments

Comments
 (0)