From e0de4c9cbe562755f76c3f571c59134cc3d461f8 Mon Sep 17 00:00:00 2001 From: Andrew Meyer Date: Wed, 16 Nov 2022 12:25:45 -0600 Subject: [PATCH] docs: update python docs for poetry support It appears poetry has been supported since 15.4.0 (https://github.com/renovatebot/renovate/releases/tag/15.4.0). Just updating docs to reflect that. --- docs/usage/python.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/usage/python.md b/docs/usage/python.md index 7abb878e61d4ee..220a2578788373 100644 --- a/docs/usage/python.md +++ b/docs/usage/python.md @@ -9,6 +9,7 @@ Renovate supports the following Python package managers: - `pip` (e.g. `requirements.txt`, `requirements.pip`) files - `pipenv` (e.g. `Pipfile`) +- `poetry` (e.g. `pyproject.toml`) - `setup.py` file - `setup.cfg` file @@ -59,6 +60,10 @@ some-other-package==1.0.0 Renovate detects any custom-configured sources in `Pipfile` and uses them. +### Sources in `pyproject.toml` + +Renovate detects any custom-configured sources in `pyproject.toml` and uses them. + ### Specify URL in configuration You can use the `registryUrls` array to configure alternate index URL(s).