[Cryptography-dev] How to update Python Cryptography

2023-08-02 Thread Rishi Kesh Kumar
Hi, As part of CVE-2023-38325, I need to upgrade the version of Cryptography from 39.0.2. to 41.0.2 through Docker file. I keep getting error while installing Cryptography package I am running below 3 command in RHEL 8.5 in do

Re: [Cryptography-dev] How to update Python Cryptography

2023-08-02 Thread Alex Gaynor
The error you're receiving, "Error: Unable to find a match: python-devel OpenSSL-devel" is coming from yum, and not from anything to do with cryptography. For support with using yum, you should contact Red Hat. Alex On Wed, Aug 2, 2023 at 5:37 PM Rishi Kesh Kumar wrote: > > Hi, > >As part o