diff --git a/requirements.txt b/requirements.txt index 89f96c8f0d..4881c3e272 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ setuptools~=56.0.0 testinfra==5.0.0 jq==1.1.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version <= "3.9" jq==1.2.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version >= "3.10" -cryptography==3.3.2; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' +cryptography==41.0.4; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' urllib3>=1.26.5,<2 numpydoc>=1.1.0 ansible-runner>=2.0.1 ; platform_system == "Linux"