Skip to content

Bump poetry version from 1.6.1 to 1.7.1

Tan Le requested to merge bump-poetry-1.7.1 into main

What does this merge request do and why?

This MR bumps Poetry from 1.6.1 to 1.7.1.

https://github.com/python-poetry/poetry/releases/tag/1.7.1

I hope these two fixes will help to reduces chances that poetry.lock is corrupted.

  • Fix an issue where dependencies of inactive extras were locked and installed (#8399).
  • Fix an issue where build requirements were not installed due to a race condition in the artifact cache (#8517).

See the full change log https://github.com/python-poetry/poetry/compare/1.6.1...1.7.1

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.
Edited by Tan Le

Merge request reports