Skip to content

Set rangeStrategy=widen #5

@bkeryan

Description

@bkeryan

From discussion on ni/python-actions#45 (comment)

We should look into using rangeStrategy=widen to update deps like pytest = ">=7.0,<8.0" to pytest = ">=7.0,<9.0".

According to @mshafer-NI the behavior with node-style ^ dependencies is to update pytest = "^7.0.0" to pytest = "^7.0.0,^8.0.0", which is a bit verbose. I expect that moving to PEP 621 dependencies will avoid this because they don't support the node-style ^ syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions