Skip to content
Snippets Groups Projects
Unverified Commit 271b3e34 authored by Enkidu-Aururu's avatar Enkidu-Aururu Committed by GitHub
Browse files

docs: Update Poetry versioning references (#31051)

parent bedddd17
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment