mirror of https://github.com/renovatebot/renovate
4b0a5d12a2 | ||
---|---|---|
.. | ||
__fixtures__ | ||
processors | ||
artifacts.spec.ts | ||
artifacts.ts | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md | ||
schema.ts | ||
types.ts | ||
update.spec.ts | ||
update.ts | ||
utils.spec.ts | ||
utils.ts |
readme.md
This manager supports updating dependencies inside pyproject.toml
files.
In addition to standard dependencies, these toolsets are also supported:
pdm
(includingpdm.lock
files)uv
(includinguv.lock
files)hatch
Available depType
s:
project.dependencies
project.optional-dependencies
dependency-groups
build-system.requires
tool.pdm.dev-dependencies
tool.uv.dev-dependencies
tool.uv.sources
tool.hatch.envs.<env-name>