Skip to content

Commit 8d99c17

Browse files
committed
fix: update rules_python
1 parent 8c2d310 commit 8d99c17

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

WORKSPACE

+7-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ http_archive(
2020

2121
http_archive(
2222
name = "rules_python",
23-
sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841",
24-
strip_prefix = "rules_python-0.23.1",
25-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.23.1/rules_python-0.23.1.tar.gz",
23+
sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036",
24+
strip_prefix = "rules_python-0.25.0",
25+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.25.0/rules_python-0.25.0.tar.gz",
2626
)
2727

28+
load("@rules_python//python:repositories.bzl", "py_repositories")
29+
30+
py_repositories()
31+
2832
load("@rules_python//python:repositories.bzl", "python_register_toolchains")
2933

3034
python_register_toolchains(

python_requirements_lock.bzl

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ all_requirements = ["@pip_orjson//:pkg"]
1010

1111
all_whl_requirements = ["@pip_orjson//:whl"]
1212

13+
all_data_requirements = ["@pip_orjson//:data"]
14+
1315
_packages = [("pip_orjson", "orjson==3.9.1")]
1416
_config = {"download_only": False, "enable_implicit_namespace_pkgs": False, "environment": {}, "extra_pip_args": [], "isolated": True, "pip_data_exclude": [], "python_interpreter": "python3", "python_interpreter_target": "@python_toolchain_x86_64-unknown-linux-gnu//:bin/python3", "quiet": True, "repo": "pip", "repo_prefix": "pip_", "timeout": 600}
1517
_annotations = {}

0 commit comments

Comments
 (0)