Automated Dependency Updates for Poetry
Renovate supports updating Poetry dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)pyproject\.toml$
.
For details on how to extend a manager's fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: pypi
.
Additional Information¶
Both Poetry 0.x and 1.x versions are supported.
Whenever the pyproject.toml
file is updated, the Poetry lock file will be checked for updates as well.
The following depTypes
are supported by the Poetry manager:
dependencies
dev-dependencies
extras
Open feature requests¶
- Support rangeStrategy=update-lockfile for poetry.lock #7358
- [poetry] detect if allow-prereleases=true #7922
- Add support for setting bumpVersion in Poetry projects (Python) #16704
Open bug reports¶
- Task failing because of Docker's SIGTERM #10769
- Explicit source of Poetry managed Python dependency is not supported #12003
The above list of features and bugs were current when this page was generated on August 15, 2022.