AdamGS opened a new pull request, #22933: URL: https://github.com/apache/datafusion/pull/22933
## Which issue does this PR close? - Closes #22932 ## Rationale for this change `depcheck` stopped working because an underlying dependency released a non-semver compatible change (its either `time 0.3.48` or one of their dependencies). Because there was no lockfile, it wasn't able to run anymore which effectively blocks CI across the project. ## What changes are included in this PR? 1. Add lockfile to `depcheck` 2. Make sure to run `depcheck` with `--lock` in CI ## Are these changes tested? Tested locally ## Are there any user-facing changes? None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
