Skip to content

Commit 9240be5

Browse files
committed
Bump version of poetry detector
Signed-off-by: Max Magorsch <[email protected]>
1 parent 2a17771 commit 9240be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ComponentDetection.Detectors/poetry/PoetryComponentDetector.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public PoetryComponentDetector(
3030

3131
public override IEnumerable<ComponentType> SupportedComponentTypes => new[] { ComponentType.Pip };
3232

33-
public override int Version { get; } = 2;
33+
public override int Version { get; } = 3;
3434

3535
public override IEnumerable<string> Categories => new List<string> { "Python" };
3636

0 commit comments

Comments
 (0)