diff --git a/setup.py b/setup.py index b77bcfc..157f648 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ ], extras_require={ 'dev': [ - 'pylint==3.2.7', + 'pylint==3.3.0', 'pytest==8.3.3', 'coverage[toml]==7.6.1', ]