diff --git a/pyproject.toml b/pyproject.toml index 0401a45..83da945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ test = [ ] code-inspection = [ - "pylint==2.17.4", + "pylint==3.0.2", "mypy==1.6.0", "file_watcher[test]" ]