Regarding version of pyparsing and pyOpenSSL

Hi,

  1. I run certbot via Snap on my Centos 9 stream. Today, I realize that Certbot is updated to version 3.2.0

In their page, it is written that, '
certbot-nginx now requires pyparsing>=2.4.7. and
certbot-nginx and our acme library now require pyOpenSSL>=25.0.0.

My question is, do I need to manually update pyparsing and pyOpenSSL to the latest version? or Snap will take care of it?

BTW, I dont have pip installed. When I run the command, 'pip show pyparsing'
it returns, '-bash: pip: command not found'

FYI, when I run, 'dry-run' it returns successfully.

  1. I have another question, where is the webpage where it shows how to install certbot via snap or pip method?

Thanks

One of the main advantages of snap is that the dependencies are included automatically, so you don’t need to worry about it.

Snap:

Pip:

4 Likes