@@ -37,9 +37,9 @@ bazel_skylib_workspace()
3737
3838http_archive (
3939 name = "rules_python" ,
40- sha256 = "fda23c37fbacf7579f94d5e8f342d3a831140e9471b770782e83846117dd6596 " ,
41- strip_prefix = "rules_python-0.15.0 " ,
42- url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.15.0 .tar.gz" ,
40+ sha256 = "497ca47374f48c8b067d786b512ac10a276211810f4a580178ee9b9ad139323a " ,
41+ strip_prefix = "rules_python-0.16.1 " ,
42+ url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.16.1 .tar.gz" ,
4343)
4444
4545load ("@rules_python//python:repositories.bzl" , "python_register_multi_toolchains" )
@@ -58,21 +58,21 @@ python_register_multi_toolchains(
5858
5959load ("@python//:pip.bzl" , "multi_pip_parse" )
6060load ("@python//3.10:defs.bzl" , interpreter_3_10 = "interpreter" )
61- load ("@python//3.8:defs.bzl" , interpreter_3_8 = "interpreter" )
6261load ("@python//3.9:defs.bzl" , interpreter_3_9 = "interpreter" )
62+ load ("@python//3.8:defs.bzl" , interpreter_3_8 = "interpreter" )
6363
6464multi_pip_parse (
6565 name = "py_dev_requirements" ,
6666 default_version = default_python_version ,
6767 python_interpreter_target = {
6868 "3.10" : interpreter_3_10 ,
69- "3.8" : interpreter_3_8 ,
7069 "3.9" : interpreter_3_9 ,
70+ "3.8" : interpreter_3_8 ,
7171 },
7272 requirements_lock = {
7373 "3.10" : "//py:requirements_lock.txt" ,
74- "3.8" : "//py:requirements_lock.txt" ,
7574 "3.9" : "//py:requirements_lock.txt" ,
75+ "3.8" : "//py:requirements_lock.txt" ,
7676 },
7777)
7878
0 commit comments