Skip to content

Commit c5fec6e

Browse files
authored
deps: bump up rules_python to v1.4.0 (envoyproxy#39383)
This PR bumps up the version of `rules_python` to v1.4.0 Signed-off-by: Rohit Agrawal <[email protected]>
1 parent bef2810 commit c5fec6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,9 +1079,9 @@ REPOSITORY_LOCATIONS_SPEC = dict(
10791079
project_name = "Python rules for Bazel",
10801080
project_desc = "Bazel rules for the Python language",
10811081
project_url = "https://github.com/bazelbuild/rules_python",
1082-
version = "1.2.0",
1083-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
1084-
release_date = "2025-02-27",
1082+
version = "1.4.0",
1083+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
1084+
release_date = "2025-05-05",
10851085
strip_prefix = "rules_python-{version}",
10861086
urls = ["https://github.com/bazelbuild/rules_python/archive/{version}.tar.gz"],
10871087
use_category = ["build", "controlplane", "dataplane_core"],

0 commit comments

Comments
 (0)