ansible-core==2.21.3
# Floor is 3.0.1, not 3.0.0. 3.0.0 declared its own dependencies with == pins,
# so installing it fixed requests/cryptography/Cerberus in the whole environment --
# either failing to resolve or silently changing them. 3.0.1 replaced those with
# ranges (BIPS-41882). The 3.x major also carries cryptography>=50.0.0, which clears
# XRAY-1003835 (vulnerable OpenSSL bundled in cryptography wheels <48.0.1).
beyondtrust-bips-library>=3.0.1,<4.0.0
## Dev dependencies, uncomment them to install in your local dev env:
# coverage==7.10.7
# pytest-ansible==25.1.0
# pre-commit==4.1.0
