Skip to content

chore(deps): bump poetry-plugin-export from 1.6.0 to 1.7.1

HIFIS Bot requested to merge dependabot-pip-poetry-plugin-export-1.7.1 into main

Bumps poetry-plugin-export from 1.6.0 to 1.7.1.

Release notes

Sourced from poetry-plugin-export's releases.

1.7.1

Changed

  • Export --index-url before --extra-index-url to work around a pip bug (#270).

Fixed

  • Fix an issue where the source with the highest priority was exported with --index-url despite PyPI being among the sources (#270).

1.7.0

Changed

  • Bump minimum required poetry version to 1.8.0 (#263).

Fixed

  • Fix an issue where all sources were exported with --extra-index-url even though PyPI was deactivated (#263).
Changelog

Sourced from poetry-plugin-export's changelog.

[1.7.1] - 2023-03-19

Changed

  • Export --index-url before --extra-index-url to work around a pip bug (#270).

Fixed

  • Fix an issue where the source with the highest priority was exported with --index-url despite PyPI being among the sources (#270).

[1.7.0] - 2023-03-14

Changed

  • Bump minimum required poetry version to 1.8.0 (#263).

Fixed

  • Fix an issue where all sources were exported with --extra-index-url even though PyPI was deactivated (#263).
Commits
  • 80b14f2 release: bump version to 1.7.1
  • 07f8981 fix --index-url handling for Poetry 1.8 - second try (#270)
  • bce7f70 [pre-commit.ci] pre-commit autoupdate
  • 81dc5f3 release: bump version to 1.7.0
  • b9a2671 chore: update dependencies
  • 0174116 chore: fix name of test
  • b8de903 chore: make tests forward-compatible
  • 133da2f use ruff format
  • e09a535 fix --index-url handling for Poetry 1.8:
  • ccd49d5 [pre-commit.ci] pre-commit autoupdate (#257)
  • Additional commits viewable in compare view

Merge request reports