renovate/lib/modules/manager/poetry
Michael Kriese b4319928f1
refactor: strict manager tests (#16155)
* refactor: strict manager tests

* chore: revert changes

* Update lib/modules/manager/gradle/extract.spec.ts
2022-06-20 17:05:39 +02:00
..
__fixtures__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
__snapshots__ feat: add extractedConstraint field for poetry (#15922) 2022-06-13 21:12:51 +00:00
artifacts.spec.ts refactor: strict manager tests (#16155) 2022-06-20 17:05:39 +02:00
artifacts.ts refactor(manager): more strict null checks (#15166) 2022-04-19 17:46:07 +00:00
extract.spec.ts refactor: strict manager tests (#16155) 2022-06-20 17:05:39 +02:00
extract.ts feat: add extractedConstraint field for poetry (#15922) 2022-06-13 21:12:51 +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: strict manager tests (#16155) 2022-06-20 17:05:39 +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