I actually have those messages disabled. When you add the following below the the line that starts with import ... right at the start in 2_download_assets.py they get disabled
from requests.packages.urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(Insecur eRequestWarning)