upgrade pylint (#10121)

we need this for https://github.com/certbot/certbot/issues/10045
This commit is contained in:
Brad Warren
2025-01-07 09:43:14 -08:00
committed by GitHub
parent 985457e57b
commit 9f9a1df85e
6 changed files with 45 additions and 40 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ setuptools-rust = "*"
#
# If this pinning is removed, we may still need to add a lower bound for the
# pylint version. See https://github.com/certbot/certbot/pull/9229.
pylint = "3.0.2"
pylint = "3.3.3"
# mypy often adds new checks that we need to conform our code to when updating
# dependencies. To help control when this needs to be done, we pin mypy to a
# compatible version here.