cool-easter-32542
11/20/2024, 4:50 PMsrc/python/pants/backend/python/subsystems/python_tool_base.py:228: DeprecationWarning: read_binary is deprecated. Use files() instead. Refer to <https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy> for migration advice.
lock_bytes = importlib.resources.read_binary(parts.netloc, lockfile_path)
src/python/pants/jvm/resolve/coursier_fetch.py:783: DeprecationWarning: read_binary is deprecated. Use files() instead. Refer to <https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy> for migration advice.
lockfile_bytes = importlib.resources.read_binary(
src/python/pants/backend/python/util_rules/pex_requirements.py:213: DeprecationWarning: read_binary is deprecated. Use files() instead. Refer to <https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy> for migration advice.
importlib.resources.read_binary(parts.netloc, lockfile_path),
pantsbuild/pantscool-easter-32542
12/20/2024, 5:24 PM