renovate/lib/modules/manager/poetry
Michael Kriese 868ebbef63
refactor(manager): final strict null checks (#15185)
* refactor(manager): final strict null checks

* refactor: fix type issues

* test: fix mocking
2022-04-20 08:40:20 +02:00
..
__fixtures__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
__snapshots__ refactor(manager): more strict null checks (#15166) 2022-04-19 17:46:07 +00:00
artifacts.spec.ts test: enforce lint style rules (#15085) 2022-04-12 14:49:49 +00:00
artifacts.ts refactor(manager): more strict null checks (#15166) 2022-04-19 17:46:07 +00:00
extract.spec.ts refactor(manager): more strict null checks (#15166) 2022-04-19 17:46:07 +00:00
extract.ts refactor(manager): more strict null checks (#15166) 2022-04-19 17:46:07 +00:00
index.ts feat(poetry): updateLockedDependency() (#14627) 2022-03-14 17:56:09 +01:00
locked-version.ts feat(poetry): updateLockedDependency() (#14627) 2022-03-14 17:56:09 +01:00
readme.md docs: document python depTypes (#14876) 2022-03-31 10:58:39 +00:00
types.ts refactor(manager): more strict null checks (#15166) 2022-04-19 17:46:07 +00:00
update-locked.spec.ts refactor(manager): final strict null checks (#15185) 2022-04-20 08:40:20 +02:00
update-locked.ts feat(poetry): updateLockedDependency() (#14627) 2022-03-14 17:56:09 +01:00

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