mirror of https://github.com/ansible/ansible.git
Always stringify collection requirement versions
Before this change, whenever a numeric version was specified in `requirements.yml`, the YAML parser would read it as `int` or `float` which would leak straight down into the dependency resolver. This patch makes an unconditional conversion of that data into `str` right before constructing `Requirement` objects. Fixes #79109 Fixes #78067pull/81694/head
parent
6f65397871
commit
f25437a821
Loading…
Reference in New Issue