mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:28 +02:00
on main if you run tools/pinning/current/repin.sh and run our unit tests, they will fail due to new deprecation warnings from pyparsing. the cause of these warnings is described at https://github.com/pyparsing/pyparsing/blob/dc009668d8025b96522eb7503e2ef84c2be58843/docs/whats_new_in_3_0_0.rst?plain=1#L613-L708 this PR fixes these warnings and updates our minimum required pyparsing version to 3.0 where the new naming convention is available. i ran our full test suite on the first commit here and it passed i don't think it's worth trying to keep compatibility with pyparsing<3 unless we get a request for us to do so which i really doubt we will