httpie / http-prompt

An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
https://http-prompt.com
MIT License
8.96k stars 326 forks source link

Update yaml.load call in cli.py to use SafeLoader #151

Closed alansill closed 3 years ago

alansill commented 5 years ago

Update yaml.load call to use SafeLoader for compatibility with latest PyYAML version recommendations

alansill commented 5 years ago

May need to drop support for Python 2.7 to get this to pass tests. https://pythonclock.org

BoboTiG commented 3 years ago

Thanks @alansill :pie: