Ignore .git directories when searching for pyproject.toml files for dependency scanning
This MR patches the python/dependency-scanning component to ignore .git
directories when searching for pyproject.toml
files to scan - this allows people (like me) to use pyproject.toml
as a branch name without this component falling over.