From 096f8f243e300f819d0d80321501f00a55e5416f Mon Sep 17 00:00:00 2001
From: Andrew Meyer <andrew@rewdy.com>
Date: Wed, 16 Nov 2022 23:15:19 -0600
Subject: [PATCH] docs: update python docs to indicate poetry support (#18945)

---
 docs/usage/python.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/usage/python.md b/docs/usage/python.md
index 7abb878e61..220a257878 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).
-- 
GitLab