mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:02:15 +02:00
upgrade pylint (#10121)
we need this for https://github.com/certbot/certbot/issues/10045
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user