diff --git a/requirements.txt b/requirements.txt index 3d08780964..a506716986 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ 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" jq==1.6.0 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version >= "3.11" -cryptography==3.3.2; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' +cryptography==41.0.6; 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"