cyberark / cyberark-conjur-cli

CyberArk Conjur command line interface written in Python
https://www.conjur.org
Apache License 2.0
17 stars 16 forks source link

Upgrade python crytpography module #427

Closed andytinkham closed 1 year ago

andytinkham commented 1 year ago

Desired Outcome

Use secure versions of cryptography module.

Implemented Changes

Updates the cryptography version in requirements.txt / setup.py to 39.0.1. I also updated pyopenssl to 23.0.0 while I was making changes.

andytinkham commented 1 year ago

Huh it does. Looks like main's been failing in that stage for a few weeks. I'll take it out. Thanks, @gl-johnson!