Skip to content

Commit

Permalink
docs: Update Poetry versioning references (#31051)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu-Aururu committed Aug 28, 2024
1 parent bedddd1 commit 271b3e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/modules/versioning/poetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ import {

export const id = 'poetry';
export const displayName = 'Poetry';
export const urls = ['https://python-poetry.org/docs/versions/'];
export const urls = [
'https://python-poetry.org/docs/dependency-specification/',
'https://python-poetry.org/docs/faq#why-does-poetry-not-adhere-to-semantic-versioning',
'https://python-poetry.org/docs/faq#why-does-poetry-enforce-pep-440-versions',
];
export const supportsRanges = true;
export const supportedRangeStrategies: RangeStrategy[] = [
'bump',
Expand Down

0 comments on commit 271b3e3

Please sign in to comment.