Describe the bug, including details regarding any error messages, version, and platform.
AMD64 Windows 2022 Python 3.13 job started failing on test_download_tzdata_on_windows due to ModuleNotFoundError:
def _download_requests(url, out_path):
> import requests
E ModuleNotFoundError: No module named 'requests'
See:
Component(s)
Continuous Integration, Python