Wondering how this is possible:
sanity installed: ansible-core==2.13.0,cffi==1.15.0,cryptography==37.0.2,Jinja2==3.1.2,MarkupSafe==2.1.1,packaging==21.3,pycparser==2.21,pyparsing==3.0.9,PyYAML==6.0,resolvelib==0.5.4
according to the requirements, we're supposed to get:
ansible-core>=2.11,<2.12
Wondering how this is possible: core==2. 13.0,cffi= =1.15.0, cryptography= =37.0.2, Jinja2= =3.1.2, MarkupSafe= =2.1.1, packaging= =21.3,pycparser ==2.21, pyparsing= =3.0.9, PyYAML= =6.0,resolvelib ==0.5.4
sanity installed: ansible-
according to the requirements, we're supposed to get: core>=2. 11,<2.12
ansible-
How comes we're with core==2.13 ?!