Update dependabot package-ecosystem from pip to poetry
Created by: arnaudsjs
Description
Currently Dependabot doesn't update the poetry.lock file. As such, the Dependabot PRs get stuck. This PR should resolve that issue.
Self Check:
-
Attached issue to pull request -
Changelog entry -
Type annotations are present -
Code is clear and sufficiently documented -
No (preventable) type errors (check using make mypy or make mypy-diff) -
Sufficient test cases (reproduces the bug/tests the requested feature) -
Correct, in line with design -
End user documentation is included or an issue is created for end-user documentation
Reviewer Checklist:
-
Sufficient test cases (reproduces the bug/tests the requested feature) -
Code is clear and sufficiently documented -
Correct, in line with design