Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Poetry unreachable git deps error
Since python-poetry/poetry-core#202 poetry now uses a slightly different (safer) git command, and this caused the regex matching we do on the error output to now fail. This fixes up the regex, and just to be safe ensures it'll keep working with the old version as well. The test that was failing was: `python/spec/dependabot/python/update_checker/poetry_version_resolver_spec.rb:179`
- Loading branch information