File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ local_path_override(
99python  =  use_extension ("@rules_python//python/extensions:python.bzl" , "python" )
1010python .toolchain (
1111    # We can specify the exact version. 
12-     python_version  =  "3.9.13 " ,
12+     python_version  =  "3.9.24 " ,
1313)
1414
1515# You can use this repo mapping to ensure that your BUILD.bazel files don't need 
1616# to be updated when the python version changes to a different `3.9` version. 
1717use_repo (
1818    python ,
19-     python_3_9  =  "python_3_9_13 " ,
19+     python_3_9  =  "python_3_9_24 " ,
2020)
2121
2222pip  =  use_extension ("@rules_python//python/extensions:pip.bzl" , "pip" )
@@ -34,7 +34,7 @@ pip.parse(
3434    },
3535    hub_name  =  "pypi" ,
3636    # We need to use the same version here as in the `python.toolchain` call. 
37-     python_version  =  "3.9.13 " ,
37+     python_version  =  "3.9.24 " ,
3838    requirements_lock  =  "//:requirements_lock.txt" ,
3939    requirements_windows  =  "//:requirements_windows.txt" ,
4040)
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments