Skip to content

Bump poetry from 1.4.1 to 1.4.2

HIFIS Bot requested to merge dependabot-pip-poetry-1.4.2 into main

Bumps poetry from 1.4.1 to 1.4.2.

Release notes

Sourced from poetry's releases.

1.4.2

Changed

  • When trying to install wheels with invalid RECORD files, Poetry does not fail anymore but only prints a warning. This mitigates an unintended change introduced in Poetry 1.4.1 (#7694).

Fixed

  • Fix an issue where relative git submodule urls were not parsed correctly (#7017).
  • Fix an issue where Poetry could freeze when building a project with a build script if it generated enough output to fill the OS pipe buffer (#7699).
Changelog

Sourced from poetry's changelog.

[1.4.2] - 2023-04-02

Changed

  • When trying to install wheels with invalid RECORD files, Poetry does not fail anymore but only prints a warning. This mitigates an unintended change introduced in Poetry 1.4.1 (#7694).

Fixed

  • Fix an issue where relative git submodule urls were not parsed correctly (#7017).
  • Fix an issue where Poetry could freeze when building a project with a build script if it generated enough output to fill the OS pipe buffer (#7699).
Commits
  • c4c857e release: bump version to 1.4.2
  • d74fdb3 installer: do not fail on invalid wheels, print only a warning (#7694)
  • 5955c6a remove stdout=subprocess.PIPE from env._call, which can cause poetry install ...
  • 84cc8b1 Correctly parse Git submodule URLs (#7017)
  • See full diff in compare view

Merge request reports