<#18816 Changing the requirements of a (tool) lock...
# github-notifications
c
#18816 Changing the requirements of a (tool) lockfile doesn't result in an stale lockfile error Issue created by stuhood When changing the requirements of a tool (i.e. https://github.com/pantsbuild/pants/blob/main/3rdparty/python/mypy-requirements.txt), and re-running
./pants check
, no warning/error is rendered to indicate that the lockfile is stale. pantsbuild/pants