Automated Dependency Updates for PEP 723
Categories: python
Renovate supports updating PEP 723 dependencies.
File Matching¶
Because file names for pep723 cannot be easily determined automatically, Renovate will not attempt to match any pep723 files by default. For details on how to extend a manager's managerFilePatterns value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: pypi.
Dependency types¶
This manager extracts the following depType values:
depType |
Description |
|---|---|
project.dependencies |
A dependency from the inline [script.dependencies] metadata (parsed as PEP 508) |
Default config¶
{
"managerFilePatterns": []
}
Additional Information¶
This manager supports updating dependencies inside Python files that use inline script metadata, also known as PEP 723.
Open items¶
The below list of features were current when this page was generated on April 22, 2026.
Feature requests¶
- Support updating the uv lockfile for individual PEP 723 scripts #33591